Skip to content

Instantly share code, notes, and snippets.

@koonagi
Created January 27, 2020 13:17
Show Gist options
  • Save koonagi/159422696415edf45969dc06125ce665 to your computer and use it in GitHub Desktop.
Save koonagi/159422696415edf45969dc06125ce665 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "LimitedAttachmentPermissions",
"Effect": "Deny",
"Action": [
"iam:DetachRolePolicy",
"iam:AttachGroupPolicy",
"iam:AttachUserPolicy",
"iam:AttachRolePolicy",
"iam:DetachGroupPolicy",
"iam:DetachUserPolicy"
],
"Resource": "*",
"Condition": {
"ArnEquals": {
"iam:PolicyArn": [
"arn:aws:iam::aws:policy/AdministratorAccess",
"arn:aws:iam::aws:policy/PowerUserAccess"
]
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment