Last active
September 22, 2016 15:39
-
-
Save josephabrahams/f51f03e53ac22bf572a5 to your computer and use it in GitHub Desktop.
Make Boto use the AWS CLI config
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
[profile foo] | |
region=us-east-1 | |
output=json | |
[profile bar] | |
region=us-east-1 | |
output=json | |
; use if no profile specified | |
[default] | |
region=us-east-1 | |
output=text |
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
[foo] | |
aws_access_key_id= | |
aws_secret_access_key= | |
[bar] | |
aws_access_key_id= | |
aws_secret_access_key= | |
[default] | |
aws_access_key_id= | |
aws_secret_access_key= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html#cli-config-files