Advertisement
Guest User

Untitled

a guest
Dec 10th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 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. "StringNotEquals": {
  22. "aws:RequestedRegion": [
  23. "eu-west-1",
  24. "us-east-2",
  25. "ap-southeast-1"
  26. ]
  27. }
  28. }
  29. }
  30. ]
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement