Este conteúdo não está disponível no idioma selecionado
Estamos trabalhando constantemente para disponibilizar conteúdo no idioma selecionado. Agradecemos sua paciência.
How do I create a rate-based rule with a rate limit of fewer than 100 requests in AWS WAF?
2 minuto de leitura
0
I want to create a rate-based rule in AWS WAF that has a rate limit of fewer than 100 requests.
Resolution
To inspect and rate limit fewer than 100 requests, you must run Security Automations for AWS WAF. Use the HTTP flood custom rule to deploy an Amazon Athena query. This query runs on a recurring basis and analyzes your logs for IP addresses that send more requests than the established threshold. When you use the Athena log parser, you can set a threshold that's lower than 100.
Note: Factors such as propagation delays might cause requests to come in at a rate higher than the rate limit. In this case, AWS WAF might take several minutes to detect and rate limit these requests. Similarly, the request rate can be below the limit. AWS WAF might take several minutes to detect the decrease and discontinue the rate-limiting action.