Skip to content

Instantly share code, notes, and snippets.

@oxlb
Last active January 1, 2019 05:48
Show Gist options
  • Save oxlb/c5635e45b12a6b88f628af0e8931320b to your computer and use it in GitHub Desktop.
Save oxlb/c5635e45b12a6b88f628af0e8931320b to your computer and use it in GitHub Desktop.
Assume Admin Rule
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"sts:AssumeRole"
],
"Resource": [
"arn:aws:iam::PASTE_ACCOUNT_NUMBER:role/admin"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment