1 Answer
- Newest
- Most votes
- Most comments
0
Hello,
You're not missing configuration - there's a common misunderstanding about what the limit means.
AWS WAF rate limits are not instantaneous per request; instead, they are assessed over a sliding window (EvaluationWindowSec). This implies that bursts above the configured Limit can pass at first, but once the threshold is surpassed, blocking takes place. Make sure the X-Forwarded-For header has the correct client IP when using FORWARDED_IP.
References
AWS WAF Rate-based rules:
https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-type-rate-based.html
Forwarded IP configuration:
answered 2 months ago
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 10 months ago
