A multinational enterprise is designing a hybrid network architecture to connect two corporate offices in London and Paris to a multi-account AWS environment. The AWS infrastructure consists of 40 spoke VPCs distributed across the eu-west-1 (Ireland) and eu-west-3 (Paris) Regions. The architecture must satisfy the following requirements:
- High availability: All VPCs in both Regions must have redundant hybrid connectivity to both offices.
- Path preference: Primary traffic must use AWS Direct Connect. An IPsec VPN over the public internet must serve as a failover path.
- Traffic localization: Under normal operations, traffic from the London office to eu-west-1 must flow through the London Direct Connect connection, and traffic from the Paris office to eu-west-3 must flow through the Paris Direct Connect connection. Cross-region hybrid routing should only occur during a link failure.
- Minimal administrative overhead for routing.
Which TWO options should the solutions architect select to meet these requirements?
- ADeploy a single Direct Connect Gateway to centralize all hybrid connectivity. Terminate both the Transit Virtual Interfaces (Transit VIFs) and the IPsec VPN tunnels directly on this Direct Connect Gateway, and associate it with regional Transit Gateways in each region.
- Deploy an AWS Transit Gateway in both regions to interconnect local spoke VPCs, and peer the two Transit Gateways. Associate both Transit Gateways with a single Direct Connect Gateway connected to Transit Virtual Interfaces (Transit VIFs) at both offices, and terminate the backup Site-to-Site VPN connections directly on the Transit Gateways.Cevap
- CConfigure full-mesh VPC Peering connections across all 40 spoke VPCs to route inter-VPC traffic. Connect the spoke VPCs to the customer gateway routers using regional Transit Gateways and set up static route tables in each VPC pointing to the on-premises offices.
- On the customer gateway routers, advertise local office CIDR blocks to the local Direct Connect connection with no AS path prepending, and advertise them to the remote Direct Connect connection with AS path prepending. Set a lower BGP local preference on the customer gateways for prefixes received via the VPN tunnels.Cevap
- EIn the Transit Gateway route tables, configure static routes for the on-premises networks pointing to the Transit VIFs as the primary path, and configure static routes pointing to the VPN attachments with a higher administrative distance to act as the backup path.