Skip to content

Instantly share code, notes, and snippets.

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