How do I list all parameters in the AWS Systems Manager (SSM) Parameter Store? I am using the AWS CLI.
I can store them with aws ssm put-parameter
. I can fetch them with aws ssm get-parameter
. I can list all documents with aws ssm list-documents
, but I do not see a corresponding list-parameters
function.
We can store these parameters in SSM, as encrypted secure strings, under a common path: /app/production/db/{DB_NAME, DB_USERNAME, DB_PASSWORD, DB_HOST} . Naturally, different environments will get different paths — with testing, staging etc.
You can have a maximum of 200 parameters in an AWS CloudFormation template.
Open the AWS Systems Manager console at https://console.aws.amazon.com/systems-manager/ . In the navigation pane, choose Parameter Store. If the AWS Systems Manager home page opens first, choose the menu icon ( ) to open the navigation pane, and then choose Parameter Store.
I think what you want is
aws ssm describe-parameters
docs
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With