Skip to content

Commit

Permalink
Merge pull request #76 from dgwhited/main
Browse files Browse the repository at this point in the history
update region restriction with global services
  • Loading branch information
jdyke committed Jun 8, 2021
2 parents 65223b7 + e030048 commit 521ac29
Showing 1 changed file with 33 additions and 6 deletions.
39 changes: 33 additions & 6 deletions security_controls_scp/modules/region/region_restriction.tf
Expand Up @@ -5,17 +5,44 @@ data "aws_iam_policy_document" "region_restriction" {
sid = "DenyRegionUsage"

not_actions = [
"a4b:*",
"acm:*",
"aws-marketplace-management:*",
"aws-marketplace:*",
"aws-portal:*",
"budgets:*",
"ce:*",
"chime:*",
"cloudfront:*",
"config:*",
"cur:*",
"directconnect:*",
"ec2:DescribeRegions",
"ec2:DescribeTransitGateways",
"ec2:DescribeVpnGateways",
"fms:*",
"globalaccelerator:*",
"health:*",
"iam:*",
"importexport:*",
"kms:*",
"mobileanalytics:*",
"networkmanager:*",
"organizations:*",
"pricing:*",
"route53:*",
"route53domains:*",
"s3:GetAccountPublic*",
"s3:ListAllMyBuckets",
"s3:PutAccountPublic*",
"shield:*",
"sts:*",
"support:*",
"organizations:*",
"trustedadvisor:*",
"waf-regional:*",
"waf:*",
"budgets:*",
"globalaccelerator:*",
"cur:*",
"ce:*",
"directconnect:*"
"wafv2:*",
"wellarchitected:*"
]

resources = [
Expand Down

0 comments on commit 521ac29

Please sign in to comment.