A retail company has an AWS Organization with six VPCs in a single AWS Region. The company needs to establish highly available connectivity to its on-premises data center using an existing AWS Direct Connect connection. The design must support transitive routing for VPC-to-VPC traffic as well as connectivity between all VPCs and the on-premises data center, while minimizing administrative overhead and the number of BGP sessions. Which architecture should the solutions architect implement to meet these requirements?
- AAssociate all six VPCs directly to a single AWS Direct Connect Gateway using private virtual interfaces to handle both VPC-to-VPC routing and hybrid connectivity.
- Deploy a central AWS Transit Gateway, attach all six VPCs to the Transit Gateway, and associate it with a Direct Connect Gateway using a transit virtual interface to manage both VPC-to-VPC and hybrid traffic.Answer
- CDeploy a central AWS Transit Gateway, attach all six VPCs to the Transit Gateway, and associate a shared Route 53 Private Hosted Zone with the Transit Gateway to resolve on-premises DNS and route traffic without associating the zone with individual VPCs.
- DDeploy a central AWS Transit Gateway, attach all six VPCs to the Transit Gateway, and route all outbound internet and hybrid on-premises traffic through a single NAT Gateway located in a centralized shared services VPC.
Answer
Deploy a central AWS Transit Gateway, attach all six VPCs to the Transit Gateway, and associate it with a Direct Connect Gateway using a transit virtual interface to manage both VPC-to-VPC and hybrid traffic.
Deploying a central AWS Transit Gateway and attaching the VPCs to it allows for scalable, transitive routing between VPCs. Associating the Transit Gateway with a Direct Connect Gateway using a transit virtual interface enables traffic to flow between the VPCs and the on-premises data center over a single consolidated BGP session, satisfying both the transitive routing and administrative overhead constraints.
Step-by-Step Solution
Key Concept
AWS Transit Gateway transitive routing and Direct Connect Gateway integration using Transit VIFs
Estimated Time:2m 0s