AWS Certified Solutions Architect – Associate (SAA-C02) — Question 414

A company has two VPCs named Management and Production. The Management VPC uses VPNs through a customer gateway to connect to a single device in the data center. The Production VPC uses a virtual private gateway with two attached AWS Direct Connect connections. The Management and Production VPCs both use a single VPC peering connection to allow communication between the applications.
What should a solutions architect do to mitigate any single point of failure in this architecture?

Answer options

Correct answer: C

Explanation

The primary single point of failure in this architecture is the single customer gateway device used by the Management VPC to connect to the data center. Adding a second customer gateway device with its own set of VPNs ensures path redundancy and high availability. VPC peering is inherently highly available, and the Production VPC already uses redundant AWS Direct Connect connections, making the other options incorrect or redundant.