Skip to content

Instantly share code, notes, and snippets.

@mda590
Created March 22, 2017 12:42
Show Gist options
  • Save mda590/e729699ef4414ef176eae2943db2b837 to your computer and use it in GitHub Desktop.
Save mda590/e729699ef4414ef176eae2943db2b837 to your computer and use it in GitHub Desktop.
Get Secure String from EC2 Parameter Store - Example
aws --region=us-east-2 ssm get-parameters --names "secret-password" --with-decryption
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment