A company has multiple AWS accounts in an AWS Organization. A Solutions Architect needs to design a hybrid network architecture that connects all VPCs to the company's on-premises data center using an existing AWS Direct Connect connection. The architecture must minimize administrative overhead and support transitive routing between all VPCs and the on-premises network. Which two configuration steps should the Solutions Architect perform to meet these requirements? (Select TWO.)
- Create an AWS Transit Gateway, share it with the spoke accounts using AWS Resource Access Manager (RAM), and attach the spoke VPCs to the Transit Gateway.Answer
- Create a transit virtual interface (Transit VIF) on the Direct Connect connection, associate it with a Direct Connect Gateway, and attach the Direct Connect Gateway to the AWS Transit Gateway.Answer
- CCreate a private virtual interface (Private VIF) on the Direct Connect connection, associate it with a Direct Connect Gateway, and attach the Direct Connect Gateway directly to Virtual Private Gateways in each spoke VPC.
- DAssociate a Route 53 Private Hosted Zone containing on-premises DNS records directly with the Direct Connect Gateway.
- EDeploy a single NAT Gateway in a shared services VPC and configure all spoke VPC route tables to route on-premises traffic through VPC Peering connections to this NAT Gateway.
Answer
Create an AWS Transit Gateway, share it with the spoke accounts using AWS Resource Access Manager (RAM), attach the spoke VPCs to the Transit Gateway, and create a transit virtual interface (Transit VIF) on the Direct Connect connection associated with a Direct Connect Gateway attached to the Transit Gateway.
To achieve scalable hybrid connectivity with transitive routing (VPC-to-VPC and VPC-to-on-premises) and minimal administrative overhead, a hub-and-spoke transit network is required. This is implemented by creating an AWS Transit Gateway and sharing it across the organization using AWS Resource Access Manager (RAM) so that spoke VPCs can attach to it. To connect this setup to an on-premises network via Direct Connect, a transit virtual interface (Transit VIF) is configured on the Direct Connect connection, associated with a Direct Connect Gateway, and attached to the Transit Gateway.
Step-by-Step Solution
Key Concept
AWS Transit Gateway simplifies network topology by acting as a cloud router, enabling transitive routing between spoke VPCs and on-premises networks via a Direct Connect Gateway and a Transit VIF.