AWS WAF - Blocking excessive requests from one IP address

0

We are looking to enable AWS WAF in front of our Application Load Balancer. The aim would be to prevent a single IP address from flooding our application with excessive requests.

(1) Is there a way to implement this with WAF? When I look to adding the rule, it requires a IP set to apply the rule too - but we would like to implement it to all IP Addresses.

(2) Is there an easy way to find out the current number of requests per IP address in order to benchmark to decide what is classified as excessive and should be blocked?

posta 2 mesi fa162 visualizzazioni
1 Risposta
1

It sounds like you are looking for a rate-based rule.

In addition to the guidance linked above, I recommend you take a look at this blog post which discusses rate-based rules in more detail, as well as how you can analyse your logs in order to find how many requests each client IP is sending you.

AWS
ESPERTO
Paul_L
con risposta 2 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande