A logistics company is designing a hybrid network architecture to connect its on-premises inventory system with 12 spoke VPCs across three AWS accounts in the us-west-2 Region. The architecture must support dynamic routing, provide high availability with automatic failover, and minimize administrative overhead. The company has provisioned an AWS Direct Connect connection at a partner colocation facility.
Which TWO configurations must the solutions architect implement to establish this connectivity in accordance with AWS best practices? (Select TWO.)
- Deploy a centralized AWS Transit Gateway in a dedicated network services account, and use AWS Resource Access Manager (RAM) to share it with the spoke VPC accounts.Answer
- Create an AWS Direct Connect Gateway, attach it to the Transit Gateway using a Transit Gateway association, and configure a backup IPSec VPN connection from the on-premises router to the Transit Gateway.Answer
- CEstablish an AWS Direct Connect Gateway and attach it directly to all 12 spoke VPCs via Virtual Private Gateways (VGWs) to bypass the Transit Gateway.
- DCreate a Route 53 Private Hosted Zone in the network services account and associate it only with a central Shared Services VPC to enable cross-account DNS resolution automatically for all spoke VPCs.
- EDeploy a single NAT Gateway in one Availability Zone of the network services account to route outbound internet traffic from all spoke VPCs.
Answer
The correct configurations are deploying a centralized AWS Transit Gateway in a dedicated network services account shared via AWS Resource Access Manager (RAM), and creating an AWS Direct Connect Gateway attached to the Transit Gateway with a backup VPN connection.
Deploying a centralized Transit Gateway and sharing it via AWS Resource Access Manager (RAM) establishes a scalable, hub-and-spoke architecture that simplifies routing across multiple accounts. Attaching the Transit Gateway to a Direct Connect Gateway routes the primary traffic over the Direct Connect connection, while configuring a backup VPN connection to the Transit Gateway provides highly available path redundancy with automatic failover.
Step-by-Step Solution
Key Concept
Centralized hub-and-spoke networking using AWS Transit Gateway, AWS Direct Connect Gateway, and AWS RAM for multi-account hybrid environments.