How Do You List Valid SSM Parameters?

Problem scenario
You run an aws ssm command, but you get "InvalidParameters" in the response. You tried list-parameters, get-parameters, list-documents and other potential options in your commands. What should you do?

Solution
Run this (but replace 'us-west-2' with your region):
aws ssm describe-parameters --region us-west-2

Leave a comment

Your email address will not be published. Required fields are marked *