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

A company uses AWS Organizations to manage its development environment. Each development team at the company has its own AWS account. Each account has a single VPC and CIDR blocks that do not overlap.

The company has an Amazon Aurora DB cluster in a shared services account. All the development teams need to work with live data from the DB cluster.

Which solution will provide the required connectivity to the DB cluster with the LEAST operational overhead?

Answer options

Correct answer: B

Explanation

AWS Transit Gateway shared via AWS Resource Access Manager (AWS RAM) is the most operationally efficient method to interconnect multiple VPCs with non-overlapping CIDRs. Directly sharing an Aurora DB cluster via AWS RAM is not supported for network routing. While options involving AWS PrivateLink or Site-to-Site VPNs can establish connectivity, they introduce significantly higher configuration and management overhead.