Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created October 27, 2021 10:56
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 velotiotech/e23ea4b3a22e95f67e73bb9b68b69d8b to your computer and use it in GitHub Desktop.
Save velotiotech/e23ea4b3a22e95f67e73bb9b68b69d8b to your computer and use it in GitHub Desktop.
[default] ; default profile
aws_access_key_id = <DEFAULT_ACCESS_KEY_ID>
aws_secret_access_key = <DEFAULT_SECRET_ACCESS_KEY>
[personal-account] ; personal account profile
aws_access_key_id = <PERSONAL_ACCESS_KEY_ID>
aws_secret_access_key = <PERSONAL_SECRET_ACCESS_KEY>
[work-account] ; work account profile
aws_access_key_id = <WORK_ACCESS_KEY_ID>
aws_secret_access_key = <WORK_SECRET_ACCESS_KEY>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment