I am using terraform to create a web-acl in aws and want to associate that web-acl with CloudFront distribution. So, here's how my code looks like: provider "aw
I have a resource aws_wafv2_ip_set that is used by many different modules. variable "addresses" { type = set(string) default = [] } resource "aws_wafv2_
I have a resource aws_wafv2_ip_set that is used by many different modules. variable "addresses" { type = set(string) default = [] } resource "aws_wafv2_
I have a CloudFormation template which creates an ElasticBeanstalk environment like this: "ApplicationEnvironment": { "Type": "AWS::ElasticB
I am trying to rate limit requests to the forgot password change URL using WAFv2 rules attached to an ALB on Cloudfront. What I think I need to do is.. Create t
We are trying create a AWS::WAFv2::IPSet in our SAM template. WhitelistedIPAddressesIPSet: Type: AWS::WAFv2::IPSet Properties: Description: 'Mer
I am trying to use AWS WAF to block requests with certain URL patterns. I am using the string matching filter, but it is not blocking the requests. I must be