Created
November 20, 2017 18:12
-
-
Save markph0204/3328a725180033b7aeea4b6450e6a943 to your computer and use it in GitHub Desktop.
AWS profile management
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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