Created
February 22, 2022 17:47
-
-
Save vranystepan/19e2276eee224d7fde28b12c014e52a0 to your computer and use it in GitHub Desktop.
aws config example
This file contains 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
[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