Skip to content

Instantly share code, notes, and snippets.

@scarybot
Created January 22, 2020 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scarybot/99e15e0e001986de67390e727265c097 to your computer and use it in GitHub Desktop.
Save scarybot/99e15e0e001986de67390e727265c097 to your computer and use it in GitHub Desktop.
Group assume-role policy for multi-account model
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": "sts:AssumeRole",
"Resource": [
"arn:aws:iam::*:role/(role name)",
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment