An enterprise is designing a hybrid network architecture for its multi-account AWS environment consisting of 12 spoke VPCs distributed across us-east-1 and us-west-2. The organization needs to connect its on-premises data center to all VPCs. The solution must use a primary 10 Gbps AWS Direct Connect connection and a backup Site-to-Site VPN connection. The architecture must dynamically route traffic, prefer the Direct Connect path during normal operations, fail over automatically to the VPN path, and minimize administrative overhead.
Which TWO configuration steps should a solutions architect perform to meet these requirements? (Select TWO.)
- Deploy an AWS Transit Gateway in each Region, associate them with a single Direct Connect Gateway, and establish a transit virtual interface (VIF) on the Direct Connect connection to terminate at the Direct Connect Gateway.Answer
- Establish Site-to-Site VPN connections terminated directly on the Transit Gateways in both Regions, and advertise the same on-premises IP prefixes via BGP over both the Direct Connect and VPN connections.Answer
- CEstablish a Private Virtual Interface (VIF) on the Direct Connect connection, associate it directly with a Direct Connect Gateway, and attach the Direct Connect Gateway to all 12 spoke VPCs to bypass Transit Gateway routing limits.
- DConfigure a Route 53 Private Hosted Zone (PHZ) for the on-premises domain, associate the PHZ directly with the Direct Connect Gateway, and configure the on-premises DNS servers to forward queries to the inbound Route 53 Resolver endpoint.
- EDeploy a single NAT Gateway in each spoke VPC's public subnet and update the Route Tables of all private subnets to point to the NAT Gateway for cross-Region Transit Gateway routing.
Answer
To establish the desired hybrid network, the solutions architect must deploy an AWS Transit Gateway in each Region, associate them with a single Direct Connect Gateway, and establish a transit virtual interface on the Direct Connect connection. Additionally, they must establish Site-to-Site VPN connections terminated directly on the Transit Gateways and advertise the same prefixes over both paths.
Deploying an AWS Transit Gateway in each Region and associating them with a single Direct Connect Gateway using a transit virtual interface enables multi-account, multi-Region hybrid routing. Establishing BGP-based Site-to-Site VPN connections terminated on the Transit Gateways allows automatic failover because AWS automatically prioritizes Direct Connect paths over VPN paths when the same prefix is advertised over both.
Step-by-Step Solution
Key Concept
AWS Transit Gateway integration with Direct Connect Gateway and Site-to-Site VPN for resilient, multi-Region hybrid routing.