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?

asked 2 months ago141 views
1 Answer
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
EXPERT
Paul_L
answered 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions