Reputation: 751
I am trying to launch a stack via AWS CloudFormation using these provided sample stack(s) for WAF:
https://s3.amazonaws.com/solutions-reference/aws-waf-security-automations/latest/aws-waf-security-automations.template https://s3.amazonaws.com/cloudformation-examples/community/common-attacks.json
I want to launch these stacks in us-east-1 region and I am doing so by going to this URL : https://us-east-1.console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/new
Still when the WAF ACL and rules are created they are part of Global (Cloudfront) instead of us-east-1 region. I have tried this a few times and it works like this.
To launch these stacks in a specific region do I need to do some thing more?
Upvotes: 0
Views: 485
Reputation: 81356
AWS now provides two CloudFormation templates. One for CloudFront (Global) and the other for ELB (Regional).
https://aws.amazon.com/answers/security/aws-waf-security-automations/
Upvotes: 1