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달 전
관련 콘텐츠
- 질문됨 일 년 전
- 질문됨 일 년 전
