Skip to content

Instantly share code, notes, and snippets.

@vranystepan
Created February 22, 2022 17:47
Show Gist options
  • Save vranystepan/19e2276eee224d7fde28b12c014e52a0 to your computer and use it in GitHub Desktop.
Save vranystepan/19e2276eee224d7fde28b12c014e52a0 to your computer and use it in GitHub Desktop.
aws config example
[profile parent]
aws_access_key_id =
aws_secret_access_key =
region = eu-central-1
[profile child]
source_profile = parent
role_arn = arn:aws:iam::123456789123:role/role
region = eu-central-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment