aws-solutions / aws-waf-security-automations

This solution automatically deploys a single web access control list (web ACL) with a set of AWS WAF rules designed to filter common web-based attacks.
https://aws.amazon.com/solutions/aws-waf-security-automations
Apache License 2.0
845 stars 361 forks source link

Fixed bucket does not exist error #104

Closed clayrisser closed 1 year ago

clayrisser commented 4 years ago

Fixed issue #103

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

aldegoeij commented 4 years ago

hi @codejamninja this will break a lot of deployments :D

The ~AWS_REGION that you removed is required as the WAF needs to be deployed in every region you want to use it when you want to use it with ALBs, Regional APIs.

You have to create template buckets for each region that you want to run your stack for.

aijunpeng commented 1 year ago

Close the old ticket. It doesn't apply to the latest version any more.