1

ALB (Application Load Balancing) is a layer 7 load balancer on AWS ELB.

For ALB - is there an equivalent of fail2ban which can prevent DDoS attacks?

Amit Kothari
  • 520
  • 8
  • 23

1 Answers1

3

Have you checked out AWS WAF? Not part of ALB per se, but may meet the goal.

smcstewart
  • 2,016
  • 14
  • 16
  • 1
    Specifically, you may want to check out rate-based rules, a feature of AWS WAF. http://docs.aws.amazon.com/waf/latest/developerguide/how-aws-waf-works.html – mfisherca Dec 08 '17 at 22:38