Skip to content

Instantly share code, notes, and snippets.

@mzumi
Last active March 20, 2018 12:00
Show Gist options
  • Save mzumi/70b51d84d17ba7535c3534c53aa8c575 to your computer and use it in GitHub Desktop.
Save mzumi/70b51d84d17ba7535c3534c53aa8c575 to your computer and use it in GitHub Desktop.
# xxxx は ~/.aws/credentials に記述されている profile
export AWS_DEFAULT_PROFILE=xxxx
export AWS_ACCESS_KEY_ID=`aws configure get aws_access_key_id`
export AWS_SECRET_ACCESS_KEY=`aws configure get aws_secret_access_key`
export AWS_DEFAULT_REGION=`aws configure get region`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment