Skip to content

Instantly share code, notes, and snippets.

@rousan
Last active December 19, 2018 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rousan/441db711724ea0ae63f0d6a041ab0827 to your computer and use it in GitHub Desktop.
Save rousan/441db711724ea0ae63f0d6a041ab0827 to your computer and use it in GitHub Desktop.
~/.aws/config
[default]
output = json
region = us-west-2
~/.aws/credentials
[default]
aws_access_key_id = "fakeMyKeyId"
aws_secret_access_key = "fakeSecretAccessKey"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment