A global financial enterprise is migrating its workload to a multi-account, multi-region AWS environment. They have spoke VPCs distributed across the `us-east-1` and `eu-west-1` Regions. The enterprise must establish a hybrid network architecture connecting these VPCs to their on-premises data centers in New York and London. The design must meet the following requirements:
- Primary high-bandwidth connectivity must use AWS Direct Connect.
- Private IP communication is required between all spoke VPCs across both Regions and the on-premises data centers.
- An IPsec VPN over the public internet must serve as an active-passive backup to the Direct Connect connections.
- The design must minimize administrative overhead and avoid manual routing table updates when VPCs are added or removed.
Which TWO actions should the solutions architect take to meet these connectivity requirements?
- Deploy AWS Transit Gateway in both the `us-east-1` and `eu-west-1` Regions, peer the two Transit Gateways, attach the local spoke VPCs to their regional Transit Gateway, and associate both Transit Gateways with a single AWS Direct Connect Gateway connected to the on-premises locations.Cevap
- Establish AWS Site-to-Site VPN connections from the on-premises data centers to the Transit Gateway in each Region, configure BGP dynamic routing, and set a higher BGP local preference on the customer gateway routers for prefixes received via Direct Connect.Cevap
- CCreate a single AWS Direct Connect Gateway and associate it directly with all spoke VPCs across both Regions to enable transit routing between the VPCs and the on-premises networks without deploying Transit Gateways.
- DCreate a centralized Route 53 Private Hosted Zone (PHZ) in a shared services VPC and associate the PHZ directly with the peered Transit Gateways to automatically enable cross-account hybrid DNS resolution for all connected spoke VPCs.
- EDeploy a single NAT Gateway in a centralized egress VPC in `us-east-1`, and route all internet-bound traffic from the spoke VPCs in both Regions through this NAT Gateway to minimize hourly NAT Gateway costs.