Last active
August 18, 2016 14:17
-
-
Save mgoodness/88d23c5a7353b3c7c0c7cd5f66e1945c to your computer and use it in GitHub Desktop.
Example AWS config file
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
[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