Skip to content

Instantly share code, notes, and snippets.

@MattSurabian
Created June 2, 2015 02:17
Show Gist options
  • Save MattSurabian/23c31a2f8d987f50b3ba to your computer and use it in GitHub Desktop.
Save MattSurabian/23c31a2f8d987f50b3ba to your computer and use it in GitHub Desktop.
Sample AWS CLI credentials file which includes the profile rubberduck in addition to the default.
[default]
aws_access_key_id = SOME_ACCESS_KEY_ID
aws_secret_access_key = SOME_SECRET_KEY_ID
[rubberduck]
aws_access_key_id = SOME_ACCESS_KEY_ID
aws_secret_access_key = SOME_SECRET_KEY_ID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment