Skip to content

Instantly share code, notes, and snippets.

@markph0204
Created November 20, 2017 18:12
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 markph0204/3328a725180033b7aeea4b6450e6a943 to your computer and use it in GitHub Desktop.
Save markph0204/3328a725180033b7aeea4b6450e6a943 to your computer and use it in GitHub Desktop.
AWS profile management
# create new profile, prior step
# aws configure --profile=name123
# use profile with tools
alias aws_name123='export AWS_PROFILE=name123'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment