Created
February 27, 2020 10:08
-
-
Save ezalejski/5b8038101c6e30dc48df7d52292bce47 to your computer and use it in GitHub Desktop.
credentials_example
This file contains hidden or 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
| [quoka-master] | |
| aws_access_key_id = <YOUR_ACCESS_KEY_ID> | |
| aws_secret_access_key = <YOUR_SECRET_ACCESS_KEY> | |
| [quoka-prod] | |
| role_arn = arn:aws:iam::<PROD_ACCOUNT_ID>:role/administrator-access | |
| source_profile = quoka-master | |
| [quoka-dev] | |
| role_arn = arn:aws:iam::<DEV_ACCOUNT_ID>:role/administrator-access | |
| source_profile = quoka-master | |
| [quoka-other] | |
| role_arn = arn:aws:iam::<OTHER_ACCOUNT_ID>:role/administrator-access | |
| source_profile = quoka-master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment