Skip to content

Instantly share code, notes, and snippets.

@dpeterka
Created February 6, 2023 17:10
Show Gist options
  • Save dpeterka/b498659e4d1a80c2c9211f8867437c9e to your computer and use it in GitHub Desktop.
Save dpeterka/b498659e4d1a80c2c9211f8867437c9e to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"NotAction": [
"iam:*",
"organizations:*",
"account:*"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"iam:CreateServiceLinkedRole",
"iam:DeleteServiceLinkedRole",
"iam:ListRoles",
"organizations:DescribeOrganization",
"account:ListRegions"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment