Free AWS SAP-C02 Actual Exam Questions - Question 7 Discussion

Question No. 7
An education company is running a web application used by college students around the world. The
application runs in an Amazon Elastic Container Service (Amazon ECS) cluster in an Auto Scaling
group behind an Application Load Balancer (ALB). A system administrator detected a weekly spike in
the number of failed logic attempts. Which overwhelm the application’s authentication service. All
the failed login attempts originate from about 500 different IP addresses that change each week. A
solutions architect must prevent the failed login attempts from overwhelming the authentication
service.
Which solution meets these requirements with the MOST operational efficiency?
Select one option, then reveal solution.
US
NA
Noah A.
2026-02-20

Maybe D could work since it blocks known bad IPs outright, but given the IPs change weekly, it might need constant updates which isn’t very operationally efficient. That makes B more attractive since rate-based rules automatically handle traffic spikes without manual intervention. Still, if the question emphasizes preventing overload with minimal ops work, B feels like the better fit because you don’t have to manage changing IP lists all the time.

0
SM
Shah M.
2026-01-29

B seems best since it auto-blocks based on traffic rate, no manual IP updates needed.

0
SM
Shah M.
2026-01-23

Option B handles dynamic IPs best without constant manual updates.

0
SJ
Sarah J.
2026-01-23

I agree that managing IP lists weekly would be a pain, so options A, C, and D seem less practical. The rate-based rule in B makes setting automatic limits on bad traffic straightforward without constant updates. It’s a cleaner way to handle the spikes and doesn’t rely on static IP blocking, which wouldn’t keep up with changing attacker IPs. B feels like the best fit for operational ease and adaptability here.

0
HE
Haris E.
2026-01-21

Probably B makes the most sense since the IP addresses change every week, so manually updating IP sets or security groups (like in A, C, or D) seems like a lot of overhead. Using a rate-based rule in WAF automatically blocks clients exceeding the threshold, so it handles new IPs dynamically without manual updates. Plus, it's directly integrated with the ALB, so it should efficiently stop the flood of failed attempts without blocking legit traffic.

0
HE
Haris E.
2026-01-17

Maybe B makes the most sense here with rate limiting to block excessive tries without manually updating IP lists. Sounds simpler and more efficient than managing security groups each week.

0