Created
March 22, 2017 12:38
-
-
Save mda590/cc8e04d6f58c354b21c38d9d461b434e to your computer and use it in GitHub Desktop.
Create Secure String in EC2 Parameter Store
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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