1 回答
- 最新
- 投票最多
- 评论最多
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:
已回答 3 个月前
相关内容
- AWS 官方已更新 1 年前
