A media streaming company is migrating its operations to AWS and establishing a multi-account structure with 8 spoke VPCs in the ap-northeast-1 Region. The company needs to design a hybrid connectivity solution to connect these VPCs to an on-premises data center. The design must support direct VPC-to-VPC communication, enable secure access to shared on-premises resources with automatic failover, and resolve internal DNS names hosted in a centralized private hosted zone. Which of the following architectures meets these requirements with the least operational complexity?
- AAssociate a Virtual Private Gateway (VGW) in each spoke VPC to a shared Direct Connect Gateway (DXGW) to route both hybrid traffic and inter-VPC traffic transitively through the DXGW, bypassing Transit Gateway deployment.
- BDeploy an AWS Transit Gateway (TGW) to connect the spoke VPCs and attach it to a Direct Connect Gateway. Create a centralized Route 53 Private Hosted Zone in a shared services VPC and rely on default VPC DNS resolution without associating the private hosted zone with the other spoke VPCs.
- Deploy an AWS Transit Gateway (TGW) to interconnect the spoke VPCs. Connect the TGW to a Direct Connect Gateway associated with an AWS Direct Connect connection for primary hybrid connectivity, and set up an AWS Site-to-Site VPN to the TGW as a backup. Associate the centralized Route 53 Private Hosted Zone with all spoke VPCs across the accounts.Cevap
- DDeploy an AWS Transit Gateway (TGW) to connect the spoke VPCs. Route all outbound traffic through a single, centralized egress VPC containing one NAT Gateway deployed in a single Availability Zone to route internet-bound traffic, while using a backup AWS Site-to-Site VPN as the primary path.
Cevap
Deploy an AWS Transit Gateway to interconnect the spoke VPCs, connect it to a Direct Connect Gateway with a backup Site-to-Site VPN, and associate the centralized Private Hosted Zone with all spoke VPCs.
The correct design utilizes an AWS Transit Gateway to act as a centralized hub for inter-VPC and hybrid traffic. A Direct Connect Gateway connected to the Transit Gateway provides high-bandwidth primary connectivity to the data center, while a Site-to-Site VPN connected directly to the Transit Gateway serves as an automated backup. Associating the centralized Private Hosted Zone (PHZ) with all VPCs ensures seamless cross-account DNS resolution.
Adım Adım Çözüm
Anahtar Kavram
AWS Transit Gateway acts as a cloud router to support transitive routing between multiple VPCs and on-premises networks, integrated with Direct Connect Gateway and Site-to-Site VPN for high availability.