Skip to content

Instantly share code, notes, and snippets.

@topera
Last active June 5, 2018 01:13
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 topera/edaa86adb3874442c8958c35dfdfd779 to your computer and use it in GitHub Desktop.
Save topera/edaa86adb3874442c8958c35dfdfd779 to your computer and use it in GitHub Desktop.
How to specify AWS keys and default region to use in aws cli
export AWS_ACCESS_KEY_ID="AAAAAAAAAABBBBBBCCCC"
export AWS_SECRET_ACCESS_KEY="AAAAAAAABBBBBBBBBCCCCCCCDDDDDDDEEE"
export AWS_DEFAULT_REGION="us-east-1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment