AWS Certified Advanced Networking – Specialty (ANS-C00) — Question 82

A company's IT Security team needs to ensure that all servers within an Amazon VPC can communicate with a list of five approved external IPs only. The team also wants to receive a notification every time any server tries to open a connection with a non-approved endpoint.
What is the MOST cost-effective solution that meets these requirements?

Answer options

Correct answer: A

Explanation

Option A is the most cost-effective solution as it utilizes existing features like network ACLs and VPC Flow Logs to control access and monitor rejected connections, which allows for efficient notification without incurring extra costs. Option B and D involve using Amazon GuardDuty, which incurs additional charges, and do not provide the same level of direct control over the IP communication. Option C, while similar to A, incorrectly sets the VPC Flow Logs filter to REJECT rather than ALL, potentially missing valid traffic logs.