Skip to content

Instantly share code, notes, and snippets.

@mda590
Created March 22, 2017 12:39
Show Gist options
  • Save mda590/818fabba859324a75fd0b6b3d14f0fc6 to your computer and use it in GitHub Desktop.
Save mda590/818fabba859324a75fd0b6b3d14f0fc6 to your computer and use it in GitHub Desktop.
Create Secure String in EC2 Parameter Store - Example
aws --region=us-east-2 ssm put-parameter --name "secret-password" --value 'password1234' --type SecureString --key-id alias/secret-strings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment