Created
April 24, 2017 15:54
-
-
Save ekos/b4bdf4969eca75753fb844fb9752849c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ cd AutoScaling | |
$ mv credential-file-path.template credential-file-path | |
$ vi credential-file-path | |
# AutoScaling/credential-file-path | |
AWSAccessKeyId=[Access Key ID] | |
AWSSecretKey=[Secret Access Key] | |
$ cd ../CloudWatch | |
$ mv credential-file-path.template credential-file-path | |
$ vi credential-file-path | |
# CloudWatch/credential-file-path | |
AWSAccessKeyId=[Access Key ID] | |
AWSSecretKey=[Secret Access Key] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment