Skip to content

Instantly share code, notes, and snippets.

@mgoodness
Last active August 18, 2016 14:17
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 mgoodness/88d23c5a7353b3c7c0c7cd5f66e1945c to your computer and use it in GitHub Desktop.
Save mgoodness/88d23c5a7353b3c7c0c7cd5f66e1945c to your computer and use it in GitHub Desktop.
Example AWS config file
[profile default]
output = json
region = us-east-1
[profile prod]
output = json
region = us-east-1
[profile stage]
output = json
region = us-east-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment