A financial services firm is designing a hybrid network architecture to connect spoke VPCs in the `eu-west-1` Region to its on-premises data centers in London () and Dublin (). Each spoke VPC is attached to a centralized AWS Transit Gateway (TGW) in the `eu-west-1` Region.
The architecture must meet the following requirements:
- The London data center must connect to AWS using a AWS Direct Connect (DX) connection as the primary path, and a redundant IPsec VPN connection over the internet as a backup.
- The Dublin data center must connect to AWS using a separate DX connection as the primary path, and a redundant IPsec VPN connection over the internet as a backup.
- If the local DX connection fails, traffic to and from that data center must fail over to its local VPN connection.
- A data center must only route traffic through the other data center's connections if both its local DX and VPN connections are unavailable.
- Asymmetric routing must be avoided, and BGP routing must be configured dynamically.
Which two configuration options should the solutions architect implement to meet these requirements? (Select TWO.)
- Configure the customer gateway routers in both London and Dublin to advertise their respective local subnets to AWS with no AS-Path prepending over their local Direct Connect connection, prepended with two AS hops over their local VPN connection, and prepended with four AS hops over the remote location's connections.Cevap
- Configure the customer gateway routers in both London and Dublin to assign the highest BGP local preference to the AWS routes received via their local Direct Connect connection, a lower local preference to routes received via their local VPN connection, and the lowest local preference to routes received via the cross-facility connection.Cevap
- CCreate a full mesh of VPC Peering connections between all 30 spoke VPCs to allow inter-VPC traffic, and connect each VPC to the Direct Connect Gateway using private virtual interfaces to route traffic directly to the on-premises locations.
- DCreate a centralized Amazon Route 53 Private Hosted Zone in a shared services account for local DNS resolution, and deploy Route 53 Resolver inbound endpoints to handle hybrid queries without associating the zone with the spoke VPCs in the individual AWS accounts.
- ERoute all outbound internet-bound traffic from the spoke VPCs to a single NAT Gateway located in a single Availability Zone in a centralized egress VPC to reduce NAT gateway hourly charges.