Skip to content

Instantly share code, notes, and snippets.

@kikumoto
Created September 17, 2015 12:46
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 kikumoto/00c3ce23f625a0707bd8 to your computer and use it in GitHub Desktop.
Save kikumoto/00c3ce23f625a0707bd8 to your computer and use it in GitHub Desktop.
aws cli
$ aws configure list
Name Value Type Location
---- ----- ---- --------
profile <not set> None None
access_key ****************HX6A shared-credentials-file
secret_key ****************25tX shared-credentials-file
region ap-northeast-1 config-file ~/.aws/config
$ AWS_DEFAULT_REGION=us-west-2 aws configure list
Name Value Type Location
---- ----- ---- --------
profile <not set> None None
access_key ****************HX6A shared-credentials-file
secret_key ****************25tX shared-credentials-file
region us-west-2 env AWS_DEFAULT_REGION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment