An enterprise is designing a hybrid network architecture for its multi-account AWS environment. The environment consists of spoke VPCs in a single AWS Region, divided into Production and Development workloads. The on-premises network must connect to the AWS environment using a AWS Direct Connect connection as the primary path and an IPsec VPN over the internet as a backup path. The network design must support transitive VPC-to-VPC routing, restrict the Development VPCs from accessing the on-premises network while allowing the Production VPCs full access, and support dynamic routing failover using BGP.
Which two options should the Solutions Architect select to meet these requirements?
- Deploy an AWS Transit Gateway, attach the spoke VPCs, and configure separate Transit Gateway route tables for the Production and Development VPC attachments to control route propagation and isolate development traffic from the on-premises connection.Answer
- Associate a Direct Connect Gateway with the AWS Transit Gateway, configure a Transit Virtual Interface (Transit VIF) for the primary connection, and establish an IPsec VPN connection on the Transit Gateway as a backup path, using BGP for dynamic failover.Answer
- CAssociate a Direct Connect Gateway directly with the Virtual Private Gateways of each spoke VPC, and rely on the Direct Connect Gateway to enable transitive routing between the spoke VPCs and the on-premises datacenter.
- DCreate a single Transit Gateway route table for all spoke VPCs, associate a Route 53 Private Hosted Zone with all VPCs, and use DNS routing policies to prevent the Development VPCs from resolving the IP addresses of on-premises resources.
- ERoute all outbound traffic from all spoke VPCs to a single NAT Gateway deployed in a centralized Transit Gateway services VPC to minimize NAT Gateway costs and administrative overhead.
Answer
Deploy an AWS Transit Gateway with separate route tables for the Production and Development VPC attachments, and associate a Direct Connect Gateway with the Transit Gateway using a Transit VIF while setting up a Transit Gateway VPN connection utilizing BGP for dynamic failover.
To achieve transitive routing and network segmentation for spoke VPCs, an AWS Transit Gateway is deployed. Spoke VPCs are attached to the Transit Gateway, and separate route tables are configured for Production and Development VPCs to block Development traffic from routing to the on-premises network. For the hybrid connection, a Direct Connect Gateway is associated with the Transit Gateway using a Transit VIF to establish the primary link. A Site-to-Site VPN is configured as a Transit Gateway attachment to serve as the backup link, with BGP managing dynamic failover.
Step-by-Step Solution
Key Concept
AWS Transit Gateway acts as a cloud router supporting transitive routing, route isolation via multiple route tables, and dynamic failover by combining Direct Connect Gateways (via Transit VIFs) and IPsec VPNs using BGP routing.
Estimated Time:3m 0s