AWS Certified SysOps Administrator – Associate — Question 257

A developer creates a web application that runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The instances are in an Auto Scaling group. The developer reviews the deployment and notices some suspicious traffic to the application. The traffic is malicious and is coming from a single public IP address. A SysOps administrator must block the public IP address.

Which solution will meet this requirement?

Answer options

Correct answer: D

Explanation

The correct answer is D because AWS WAF allows you to create IP sets and web ACLs to block specific IP addresses effectively. Option A is incorrect as security group rules cannot deny traffic; they can only allow it. Options B and C do not provide a direct method to block traffic based on IP addresses.