A gaming company has deployed VPCs in the `us-west-2` Region across multiple AWS accounts managed under AWS Organizations. The company requires hybrid connectivity to its on-premises data center using an existing AWS Direct Connect connection. The architecture must support VPC-to-VPC routing, provide a highly available backup path over the public internet, and minimize administrative overhead. Which solution should a solutions architect recommend?
- Deploy an AWS Transit Gateway in the region, attach the VPCs, and connect it to a Direct Connect Gateway using a transit virtual interface (VIF). Establish an AWS Site-to-Site VPN connection to the Transit Gateway over the public internet to serve as the redundant path, using Border Gateway Protocol (BGP) for dynamic routing.Cevap
- BAssociate all VPCs directly with a single Direct Connect Gateway using private virtual interfaces (VIFs). Establish an AWS Site-to-Site VPN connection directly from the on-premises data center to each of the VPCs over the public internet to serve as the backup path.
- CDeploy an AWS Transit Gateway in the region, attach the VPCs, and connect it to a Direct Connect Gateway using a private virtual interface (VIF). Establish an AWS Site-to-Site VPN connection to a single NAT Gateway deployed in a central transit VPC to route backup traffic over the public internet.
- DEstablish VPC peering connections in a full-mesh configuration across all VPCs. Configure a central VPC with a Direct Connect connection using a private virtual interface (VIF) and associate a Route Private Hosted Zone with the central VPC to handle all hybrid DNS and traffic routing without associating it with the other VPCs.
Cevap
Deploy an AWS Transit Gateway in the region, attach the VPCs, and connect it to a Direct Connect Gateway using a transit virtual interface (VIF). Establish an AWS Site-to-Site VPN connection to the Transit Gateway over the public internet to serve as the redundant path, using Border Gateway Protocol (BGP) for dynamic routing.
The correct solution leverages AWS Transit Gateway to connect the VPCs and route traffic transitively. Connecting the Transit Gateway to a Direct Connect Gateway via a transit virtual interface (VIF) allows high-throughput hybrid connectivity. Configuring an AWS Site-to-Site VPN connection to the Transit Gateway over the public internet provides a dynamically routed backup path that can automatically failover using BGP routing.
Adım Adım Çözüm
Anahtar Kavram
AWS Transit Gateway serves as a regional network transit hub to interconnect VPCs and on-premises networks, integrating with Direct Connect Gateway via Transit VIFs and supporting VPN failover via dynamic BGP routing.