Questions tagged [wafv2]

5 questions
0
votes
1 answer

How to configure NSG for WAF v2 Application Gateway subnet?

I want to configure Network Security Group(NSG) for my Application gateway(AG) subnet. I tried to follow this doc - here but after applying the inbound rules to my NSG, I am getting timeout when hitting the webapp url(which is in the backend pool of…
0
votes
2 answers

Getting the error: Resource handler returned message: "AWS WAF couldn't perform the operation because your resource doesn?t exist

#WAF Code Resources: MyWaf: Type: 'AWS::WAFv2::WebACL' Properties: Name: My-waf Scope: CLOUDFRONT DefaultAction: Block: {} VisibilityConfig: …
0
votes
0 answers

Not able to get ip list for wafv2

I am trying to get ip set for wafv2 but getting following error: File "/usr/local/lib/python3.7/site-packages/botocore/client.py", line 357, in _api_call return self._make_api_call(operation_name, kwargs) File…
0
votes
0 answers

AWS Web ACL Rule Update

I want to update a rule in webAcl using AWS java sdk but in that we have only one option which is UpdateWebACL so how can we use it to update the rule. I have tried to flow this Article but I am not sure how to update a single rule of WebACL in…
0
votes
1 answer

AWS WAFv2 Terraform import ID issues

I'm trying to import a aws_wafv2 web acl that I've created via the console. I setup the terraform up but for some reason it won't let me import, it says my ID is not available. Any guidance on this is greatly appreciated. Here is my main.tf resource…
thevoipman
  • 1,773
  • 2
  • 17
  • 44