AWS Certified Solutions Architect – Professional — Question 632

A company with global offices has a single 1 Gbps AWS Direct Connect connection to a single AWS Region. The company's on-premises network uses the connection to communicate with the company's resources in the AWS Cloud. The connection has a single private virtual interface that connects to a single VPC.
A solutions architect must implement a solution that adds a redundant Direct Connect connection in the same Region. The solution also must provide connectivity to other Regions through the same pair of Direct Connect connections as the company expands into other Regions.
Which solution meets these requirements?

Answer options

Correct answer: A

Explanation

To support multi-region connectivity over AWS Direct Connect, a Direct Connect gateway (DXGW) is required, which allows private virtual interfaces (VIFs) to connect to VPCs in any AWS Region. Option A correctly implements this by migrating the existing private VIF to a DXGW and adding a redundant DX connection with its own private VIF connected to the same DXGW. Options B and C fail to support multi-region routing efficiently, and Option D is incorrect because private VIFs cannot be attached directly to an AWS Transit Gateway without a Transit VIF and DXGW.