Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
All Content tagged with AWS WAF
AWS WAF is a web application firewall that helps protect your web applications or APIs against common web exploits and bots that may affect availability, compromise security, or consume excessive resources.
Content language: English
Filter content
Select tags to filter
Sort by
Sort by most recent
471 results
Joanna KEXPERT
published 4 days ago0 votes77 views
How to setup alarms for AWS WAF `AWSManagedRulesAntiDDoSRuleSet`
Hi all,
We are currently experiencing a situation where a single external IP address is continuously sending a very high volume of requests (tens of thousands per minute) to our application behind Am...
2
answers
0
votes
70
views
asked 5 days ago
Hi, I'm trying to understand a specific CloudFront routing behavior related to Host Header Injection, which was flagged as a vulnerability during a recent penetration test.
**My setup:**
* A CloudFro...
1
answers
0
votes
76
views
asked 5 days ago
**Background**
I have an Application Load Balancer (ALB) with AWS WAF (Web ACL) attached. I configured a WAF rule called BlockInvalidPath that inspects the URI path and blocks requests that do not ma...
Accepted AnswerAWS WAF
2
answers
0
votes
63
views
asked 10 days ago
We are integrating the AWS WAF JavaScript SDK (challenge.js) with Bot Control TARGETED on a CloudFront-protected web application. The SDK loads successfully but token acquisition fails: the POST to mp...
4
answers
0
votes
52
views
asked 15 days ago
Hello,
I cannot add any custom WAF rules.
I click the "validate" button and no error or warning is displayed.
When I click the "Add rule" button, nothing happens.
Any ideas why this happens?
Regards
Accepted AnswerAWS WAF
3
answers
0
votes
47
views
asked 19 days ago
I configured WAF "rate limit" as 10 and evaluation window as "5 minutes"
"RateBasedStatement": {
"Limit": 10,
"AggregateKeyType": "FORWARDED_IP",
"EvaluationWindowS...
1
answers
0
votes
27
views
asked 2 months ago
I am getting paid as due to WAF , i have 3 active WebACLS ,attached to 3 diffrenent Distrubution , which i just created for learning and not using any more .
now if i try to deassociate WAF , it says...
1
answers
0
votes
67
views
asked 3 months ago
I have below aws cdk JSON for WebAcl/WAFV2 resource ::
{
name: `${name}-wafv2`,
scope: 'CLOUDFRONT',
defaultAction: {
allow: {},
},
description: 'AWS Managed Rules Rule Set',...
1
answers
0
votes
81
views
asked 3 months ago
I’m trying to confirm the billing behavior of Amazon API Gateway when the default execute-api endpoint is disabled (for REST APIs).
Disabled endpoint documentation: [https://docs.aws.amazon.com/apigat...
3
answers
0
votes
95
views
asked 3 months ago
My hosted zone is correctly configured, as I have been using it for a couple of months now. Double checked with `whois mydomain.com`
Previously, I was using "mydomain.com" A record to route traffic to...
1
answers
0
votes
70
views
asked 3 months ago
We are seeing CloudFront return 403 errors for POST requests even though AWS WAF logs show action: ALLOW.
Context
Architecture: Client → CloudFront → AWS WAF → API (ALB)
Request body ~29 KB (total r...
4
answers
0
votes
176
views
asked 3 months ago