aws-samples / aws-security-reference-architecture-examples

Example solutions demonstrating how to implement patterns within the AWS Security Reference Architecture guide using CloudFormation (including Customizations for AWS Control Tower) and Terraform.
Other
965 stars 235 forks source link

deploy sra-firewall-manager-org-waf-policy stackset in us-east-1 #183

Closed oshaughnessy closed 11 months ago

oshaughnessy commented 11 months ago

The Firewall Manager solution includes CloudFormation template code that will create WAF rules compatible with CloudFront (the sra-fms-cloud-front-default-policy policy). That template resource is bound by a condition that it only deploy in the us-east-1 region, but if your Organization's home region is not there, the template will never deploy your CloudFront policy. This PR changes the stackset to deploy the WAF rules to us-east-1 regardless of your org's default home region.


By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].

Apache 2.0 License

oshaughnessy commented 11 months ago

Closing. Will submit this as an issue in aws-samples and a PR in my own fork.