Skip to content

Instantly share code, notes, and snippets.

@sleepy-mouse
Last active March 11, 2022 00:46
Show Gist options
  • Save sleepy-mouse/0f55735059878e4480e2d4dff161eb68 to your computer and use it in GitHub Desktop.
Save sleepy-mouse/0f55735059878e4480e2d4dff161eb68 to your computer and use it in GitHub Desktop.
[AWS_CLI,CLI] Using profiles with the AWS CLI

To use a named profile, add the --profile <PROFILE_NAME> option to your command.

aws ec2 describe-instances --profile user1

To use a named profile for multiple commands, set the AWS_PROFILE environment variable

  • Linux/MacOS: export AWS_PROFILE=user1
  • Windows: setx AWS_PROFILE user1

Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment