An enterprise is designing a highly resilient and scalable hybrid network architecture to connect its on-premises data centers in New York and London with AWS environments in the `us-east-1` and `eu-west-2` Regions. The design includes a central AWS Transit Gateway in `us-east-1` (`tgw-us-east-1`) and another in `eu-west-2` (`tgw-eu-west-2`) connected via a Transit Gateway peering attachment. A central Shared Services VPC is deployed in `us-east-1` and hosts Route 53 Private Hosted Zones (PHZs). Multiple spoke VPCs are deployed in both regions, each with private subnets distributed across Availability Zones. The on-premises locations are connected to a global Direct Connect Gateway (`dxgw-global`) via AWS Direct Connect connections, and backup Site-to-Site VPN connections are established to each regional Transit Gateway. Spoke VPC workloads require low-latency, highly available outbound internet access, secure cross-premises DNS resolution, and resilient hybrid failover. Which two actions must the solutions architect take to satisfy these requirements? (Select two.)
- AIn each spoke VPC, deploy a single NAT Gateway in a public subnet within one Availability Zone, and configure the default route () in the route tables of all private subnets to point to this NAT Gateway to optimize idle hourly charges.
- In each spoke VPC, deploy a NAT Gateway in a public subnet within each of the Availability Zones, and configure the default route () in the route table of each private subnet to point to the NAT Gateway in its corresponding Availability Zone.Answer
- Associate the Route 53 Private Hosted Zones in the Shared Services VPC with all spoke VPCs in both Regions. Configure Route 53 Resolver Inbound Endpoints in the Shared Services VPC to receive DNS queries from on-premises DNS servers, and Outbound Endpoints with forwarding rules to route queries for on-premises domains.Answer
- DConfigure Route 53 Resolver conditional forwarding rules in each spoke VPC to forward DNS queries for the Private Hosted Zones to the Shared Services VPC's Route 53 Resolver Inbound Endpoint IP addresses, avoiding direct cross-account hosted zone associations.
- EConfigure the global Direct Connect Gateway (`dxgw-global`) to act as the transit routing hub between `tgw-us-east-1` and `tgw-eu-west-2` by enabling transit routing on the gateway, thereby routing inter-VPC traffic across the Direct Connect backbone.