AWS Certified Security – Specialty — Question 296

A company is running a dynamic website by using an Application Load Balancer (ALB). A security engineer notices that bots from different IP addresses are using brute-force attacks to invoke a service endpoint frequently.

What is the FASTEST way to mitigate this problem?

Answer options

Correct answer: D

Explanation

AWS WAF rate-based rules are the fastest and most efficient way to mitigate brute-force attacks from multiple IP addresses by automatically blocking clients that exceed a request threshold. Using a rule group to manage these rate-based rules and attaching it to the web ACL associated with the ALB represents the best practice for scalability and management. Other methods, such as parsing logs with AWS Lambda or manually configuring security groups and ALB listener rules, are too slow to deploy and cannot dynamically adapt to changing bot IP addresses.