Skip to content

Instantly share code, notes, and snippets.

@basedalexander
Last active March 8, 2018 19:08
Show Gist options
  • Save basedalexander/f0156e4181b76b0d1a6a90046d5db119 to your computer and use it in GitHub Desktop.
Save basedalexander/f0156e4181b76b0d1a6a90046d5db119 to your computer and use it in GitHub Desktop.
AWS
#install
brew install awscli
# on aws website add users or use your root key id
# configure
aws configure
# they will be placed here ~/.aws/credentials
# multiple user profiles
aws configure --profile myawsprofile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment