AWS Certified SysOps Administrator – Associate (legacy) — Question 711

A security team is concerned that intellectual property might leak to the internet. A SysOps administrator must identify controls to address the potential problem.
The instances in question operate in a VPC and cannot be allowed to send traffic to the internet.
What should the SysOps administrator do to meet these requirements?

Answer options

Correct answer: D

Explanation

To prevent instances in a VPC subnet from sending traffic to the internet, you must remove any routes that direct traffic to an Internet Gateway (such as 0.0.0.0/0) from the associated route table. Simply moving instances or removing Elastic IPs does not guarantee a complete block if outbound routes are still defined. Enabling enhanced networking only improves network performance and does not restrict outbound internet access.