Skip to content

Instantly share code, notes, and snippets.

@enriquemanuel
Last active June 30, 2021 15:45
Show Gist options
  • Save enriquemanuel/edb26eeb568729b79753949d05086917 to your computer and use it in GitHub Desktop.
Save enriquemanuel/edb26eeb568729b79753949d05086917 to your computer and use it in GitHub Desktop.
dummy file
{
"Version": "2012-10-17",
"Statement": [{
"NotAction": ["*:*"],
"Resource": "*",
"Effect": "Deny",
"Condition": {
"StringNotEquals": {
"aws:RequestedRegion": ["us-east-1"]
},
"ArnNotLike": {
"aws:PrincipalARN": ["arn:aws:iam::*:role/Role2AllowedToBypassThisSCP"]
}
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment