AWS Certified Security – Specialty — Question 28

An application is currently secured using network access control lists and security groups. Web servers are located in public subnets behind an Application Load
Balancer (ALB); application servers are located in private subnets.
How can edge security be enhanced to safeguard the Amazon EC2 instances against attack? (Choose two.)

Answer options

Correct answer: B, C

Explanation

Moving the web servers to private subnets without public IP addresses (B) helps to protect them from direct internet exposure, reducing the attack surface. Additionally, configuring AWS WAF (C) provides an additional layer of security against DDoS attacks for the Application Load Balancer. The other options either do not enhance edge security effectively or introduce unnecessary complexity without adequate protection.