Skip to content

Instantly share code, notes, and snippets.

@cybersecmas
Created June 14, 2022 09:36
Show Gist options
  • Save cybersecmas/e98887fde115ffd198a1f2a7eb187156 to your computer and use it in GitHub Desktop.
Save cybersecmas/e98887fde115ffd198a1f2a7eb187156 to your computer and use it in GitHub Desktop.
Sample awscli config file
# https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html
# .aws/config
[default]
region=us-west-2
# output=json
[profile terraform.test]
region=us-east-1
mfa_serial=arn:aws:iam::xxxxxxxxxxxx:mfa/terraform.test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment