Created
March 22, 2017 12:39
-
-
Save mda590/818fabba859324a75fd0b6b3d14f0fc6 to your computer and use it in GitHub Desktop.
Create Secure String in EC2 Parameter Store - Example
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 "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