Skip to content

Instantly share code, notes, and snippets.

@ekos
Created April 24, 2017 15:54
Show Gist options
  • Save ekos/b4bdf4969eca75753fb844fb9752849c to your computer and use it in GitHub Desktop.
Save ekos/b4bdf4969eca75753fb844fb9752849c to your computer and use it in GitHub Desktop.
$ 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