Slide 39
Slide 39 text
© 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
SCP Examples: Approved AWS Regions
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "DenyAllOutsideSingapore",
"Effect": "Deny",
"NotAction": [
"iam:*",
"organizations:*",
"route53:*",
"budgets:*",
"waf:*",
"cloudfront:*",
"globalaccelerator:*",
"importexport:*",
"support:*"
],
"Resource": "*",
"Condition": {
"StringNotEquals": {
"aws:RequestedRegion": [
"ap-southeast-1"
]
}
}
}
]
}