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

A company is designing its network configuration in the AWS Cloud. The company uses AWS Organizations to manage a multi-account setup. The company has three OUs. Each OU contains more than 100 AWS accounts. Each account has a single VPC, and all the VPCs in each OU are in the same AWS Region.

The CIDR ranges for all the AWS accounts do not overlap. The company needs to implement a solution in which VPCs in the same OU can communicate with each other but cannot communicate with VPCs in other OUs.

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

Answer options

Correct answer: C

Explanation

The correct answer is C because provisioning a transit gateway allows for efficient inter-VPC communication within each OU without additional complexity. Options A and B require more manual configurations and do not scale well across many accounts, while option D introduces unnecessary complexity with VPNs and third-party software, increasing operational overhead.