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

A company wants to migrate its workloads to the AWS Cloud. The company has two web applications and wants to run them in separate, isolated VPCs. The company needs to use Elastic Load Balancing to distribute requests between application instances.
For security reasons, internet gateways must not be attached to the application VPCs. Inbound HTTP requests to the application must be routed through a centralized VPC, and the application VPCs must not be exposed to any other inbound traffic. The application VPCs cannot be allowed to initiate any outbound connections.
What should a network engineer do to meet these requirements?

Answer options

Correct answer: D

Explanation

Option D is correct because it allows the applications to be securely accessed through private NLBs, while also utilizing AWS PrivateLink for secure connection to the centralized VPC. The other options either expose the application VPCs to inbound traffic or do not utilize PrivateLink, which does not meet the requirement of isolating outbound connections.