Skip to content

Instantly share code, notes, and snippets.

@josephabrahams
Last active September 22, 2016 15:39
Show Gist options
  • Save josephabrahams/f51f03e53ac22bf572a5 to your computer and use it in GitHub Desktop.
Save josephabrahams/f51f03e53ac22bf572a5 to your computer and use it in GitHub Desktop.
Make Boto use the AWS CLI config
[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
[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