An enterprise is designing a highly available, multi-Region hybrid network architecture for its AWS Organizations environment. Spoke VPCs in the `` (Ireland) and `` (Frankfurt) Regions are connected via local regional AWS Transit Gateways (TGWs) that are peered with one another. The on-premises network spans two main hubs: London (primary for ``) and Frankfurt (primary for ``), utilizing the aggregated corporate network range of ``. The London data center connects to the `` TGW using a ` Gbps AWS Direct Connect (DX) connection via a shared DX Gateway, and has a backup Site-to-Site VPN attachment directly on the `` TGW. The Frankfurt data center is configured similarly with a DX and VPN connection to the `` TGW. The network design requires that outbound traffic from `` to `` prefers the London DX as the primary path, fails over to the local London VPN as the secondary path, and only routes over the peered TGW connection to egress via the Frankfurt data center paths if both London connections are offline. Which routing configuration achieves this design while preventing sub-optimal routing under normal conditions?
- AAdvertise the summary prefix `` from the London data center over both the local Direct Connect (DX) and VPN connections. In the `` Transit Gateway (TGW) route table, enable propagation for the DX Gateway and VPN attachments. Add a static route for `` pointing to the TGW peering attachment, configuring it with a higher administrative weight or metric to act as a fallback.
- BAdvertise the summary prefix `` from both the London and Frankfurt data centers. Configure dynamic BGP peering over the Transit Gateway (TGW) peering attachment. In the `` TGW route table, configure BGP local preference to prioritize the local Direct Connect Gateway and VPN routes over the routes learned via the peering attachment.
- Advertise the more specific prefixes `` and `` from the London data center over the local Direct Connect (DX) and VPN connections, using BGP AS-path prepending on the VPN. Enable route propagation from the Direct Connect Gateway (DXGW) and VPN attachments to the `` Transit Gateway (TGW) route table, and add a static route for `` pointing to the TGW peering attachment.Cevap
- DDeploy a single NAT Gateway in a centralized egress VPC in each region to handle hybrid outbound routing. Associate a Route 53 Private Hosted Zone (PHZ) for the on-premises domain with all VPCs across both regions, and configure Route 53 Resolver endpoints to forward traffic over the peering link as a backup when the local Direct Connect fails.