1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
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:
répondu il y a 3 mois
Contenus pertinents
- demandé il y a 3 ans
- demandé il y a 3 ans
- demandé il y a un an
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 8 mois
