AWS Certified Solutions Architect – Associate (SAA-C03) — Question 681

A company has an AWS Direct Connect connection from its on-premises location to an AWS account. The AWS account has 30 different VPCs in the same AWS Region. The VPCs use private virtual interfaces (VIFs). Each VPC has a CIDR block that does not overlap with other networks under the company's control.

The company wants to centrally manage the networking architecture while still allowing each VPC to communicate with all other VPCs and on-premises networks.

Which solution will meet these requirements with the LEAST amount of operational overhead?

Answer options

Correct answer: A

Explanation

AWS Transit Gateway acts as a centralized regional router, easily facilitating any-to-any communication between multiple VPCs and on-premises networks with minimal administrative overhead. Using a transit VIF with AWS Direct Connect allows the on-premises environment to connect directly to the Transit Gateway, which then handles routing for all 30 VPCs. Other options like full-mesh VPC peering or individual Site-to-Site VPNs introduce significant management complexity, while a Direct Connect gateway with private VIFs does not natively support VPC-to-VPC routing.