AWS Certified Solutions Architect – Professional — Question 669

A solutions architect is designing a solution to connect a company's on-premises network with all the company's current and future VPCs on AWS. The company is running VPCs in five different AWS Regions and has at least 15 VPCs in each Region.
The company's AWS usage is constantly increasing and will continue to grow. Additionally, all the VPCs throughout all five Regions must be able to communicate with each other.
The solution must maximize scalability and ease of management.
Which solution meets these requirements?

Answer options

Correct answer: A

Explanation

Option A is the most scalable and manageable solution because AWS Transit Gateway acts as a cloud router, simplifying the network topology by connecting multiple VPCs to a single gateway per Region and peering them together. Creating separate VPN connections for dozens of individual VPCs (as proposed in B and D) introduces significant administrative overhead and does not scale. Routing inter-Region traffic through on-premises firewalls (as proposed in C and D) creates unnecessary network latency and turns the on-premises network into a performance bottleneck.