Skip to content

Cross account parameters #194

Discussion options

You must be logged in to vote

@andremantaswow Good afternoon. Thanks for opening the discussion. Per Working with shared parameters in Parameter Store, to share a parameter, it needs to be added to resource share. Thereafter, it could be accessed via ARN, e.g using AWS CLI:

aws ssm get-parameter \
    --name arn:aws:ssm:us-east-2:123456789012:parameter/MySharedParameter

This package uses [GetParametersByPath]9https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_GetParametersByPath.html) service API call which could only get parameters that start at a certain path. As a result, accessing shared parameters might not be currently supported by this package.

Thanks,
Ashish

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ashishdhingra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants