Skip to content

Instantly share code, notes, and snippets.

@RoyLDD
Created December 15, 2019 15:04
Show Gist options
  • Save RoyLDD/5747f51848e858d220f39ceae829599b to your computer and use it in GitHub Desktop.
Save RoyLDD/5747f51848e858d220f39ceae829599b to your computer and use it in GitHub Desktop.
Assume role trusted account AWS
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::<AWS_ACCOUNT_1>:root"
},
"Action": "sts:AssumeRole",
"Condition": {}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment