Skip to content

Instantly share code, notes, and snippets.

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