An enterprise is planning to migrate its workloads to AWS and has deployed 8 VPCs across two AWS accounts in the eu-west-1 region. The company requires a hybrid network design to connect these VPCs to its corporate office. The primary connection must be a 1 Gbps AWS Direct Connect connection, with a backup IPsec VPN connection over the internet. The solution must allow all VPCs to communicate with each other and with the corporate office, while minimizing configuration and routing management overhead. Which two options should the solutions architect select to meet these requirements? (Select TWO.)
- Deploy an AWS Transit Gateway, attach the 8 VPCs to it, and associate the Transit Gateway with a Direct Connect Gateway connected to the Direct Connect connection.Cevap
- Configure an AWS Site-to-Site VPN connection terminated on the AWS Transit Gateway, configuring Border Gateway Protocol (BGP) routing with path prepending to prefer the Direct Connect path.Cevap
- CAssociate the Direct Connect Gateway directly with the 8 VPCs using Virtual Private Gateways to enable VPC-to-VPC routing.
- DEstablish VPC peering connections between all 8 VPCs and use a Direct Connect Gateway associated with all Virtual Private Gateways for on-premises access.
- ECreate a Route 53 Private Hosted Zone in one account and associate it with the Direct Connect Gateway to enable DNS resolution across all VPCs.
Cevap
Deploy an AWS Transit Gateway, attach the 8 VPCs to it, and associate the Transit Gateway with a Direct Connect Gateway connected to the Direct Connect connection; and configure an AWS Site-to-Site VPN connection terminated on the AWS Transit Gateway, configuring Border Gateway Protocol (BGP) routing with path prepending to prefer the Direct Connect path.
The correct answer combines AWS Transit Gateway to enable transitive VPC-to-VPC communication and simplifies routing configuration. Associating the Transit Gateway with a Direct Connect Gateway allows the on-premises environment to access all VPCs via a single Direct Connect connection. Attaching an AWS Site-to-Site VPN to the Transit Gateway and configuring BGP with AS path prepending ensures that the VPN acts as a standby backup connection and traffic is routed through it only if the primary Direct Connect connection fails.
Adım Adım Çözüm
Anahtar Kavram
AWS Transit Gateway facilitates transitive routing between multiple VPCs and centralizes hybrid connectivity through Direct Connect Gateways and VPNs.