Advertisement
Guest User

Untitled

a guest
Dec 10th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. {
  2. "Version": "2012-10-17",
  3. "Statement": [
  4. {
  5. "NotAction": [
  6. "iam:*",
  7. "organizations:*",
  8. "route53:*",
  9. "budgets:*",
  10. "waf:*",
  11. "cloudfront:*",
  12. "globalaccelerator:*",
  13. "importexport:*",
  14. "support:*",
  15. "health:*",
  16. "route53domains:*"
  17. ],
  18. "Resource": "*",
  19. "Effect": "Deny",
  20. "Condition": {
  21. "ArnNotLike": {
  22. "aws:PrincipalARN": "arn:aws:iam::*:role/AWSCloudFormationStackSetExecutionRole"
  23. },
  24. "StringNotEquals": {
  25. "aws:RequestedRegion": [
  26. "eu-west-1",
  27. "us-east-2",
  28. "ap-southeast-1"
  29. ]
  30. }
  31. }
  32. }
  33. ]
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement