AWS Certified Solutions Architect – Professional (SAP-C02) — Question 425

A company provides a centralized Amazon EC2 application hosted in a single shared VPC. The centralized application must be accessible from client applications running in the VPCs of other business units. The centralized application front end is configured with a Network Load Balancer (NLB) for scalability.

Up to 10 business unit VPCs will need to be connected to the shared VPC. Some of the business unit VPC CIDR blocks overlap with the shared VPC, and some overlap with each other Network connectivity to the centralized application in the shared VPC should be allowed from authorized business unit VPCs only.

Which network configuration should a solutions architect use to provide connectivity from the client applications in the business unit VPCs to the centralized application in the shared VPC?

Answer options

Correct answer: B

Explanation

AWS PrivateLink (VPC endpoint service) is the ideal choice because it allows connection over private IP addresses even when CIDR blocks overlap, which rules out Transit Gateway and VPC Peering. By requiring endpoint acceptance, the administrator retains control to ensure only authorized business units can connect. This setup directly leverages the existing Network Load Balancer (NLB) to securely expose the application.