AWS Certified Advanced Networking – Specialty (ANS-C01) — Question 213

A banking company has an application that must connect to specific public IP addresses from a VPC. A network engineer has configured routes in the route table that is associated with the application’s subnet to the required public IP addresses through an internet gateway.

The network engineer needs to set up email notifications that will alert the network engineer when a user adds a default route to the application subnet's route table with the internet gateway as a target.

Which solution will meet these requirements with the LEAST implementation effort?

Answer options

Correct answer: D

Explanation

The correct answer is D because it uses AWS Config to monitor for any unrestricted routes to the internet gateway, which directly addresses the requirement to be notified when a default route is added. Option A and B involve Lambda functions that require more ongoing management, and option C does not specifically prevent default routes from being added, making D the most efficient choice.