A financial services firm is launching a high-frequency trading analytics platform in the `eu-west-1` region across three VPCs: `vpc-trading-prod`, `vpc-marketdata-prod`, and `vpc-shared-mgmt`. The architecture has the following requirements:
1. All private resources must resolve internal service endpoints under the private domain `trading.local` which is managed in the `vpc-shared-mgmt` account.
2. The trading and market data applications require highly resilient, multi-AZ outbound connectivity to retrieve external financial feeds, ensuring that an outage in one Availability Zone does not impact egress in other zones.
3. Network latency between the VPCs must be minimized for inter-service communication.
Which two configurations should the solutions architect implement to satisfy these requirements? (Select TWO.)
- Associate the Route 53 Private Hosted Zone for `trading.local` with `vpc-trading-prod`, `vpc-marketdata-prod`, and `vpc-shared-mgmt` to allow direct DNS resolution in all VPCs.Answer
- Deploy a NAT Gateway in each active Availability Zone within `vpc-trading-prod` and `vpc-marketdata-prod` public subnets, and configure the private route tables to route default traffic to the local NAT Gateway in the same zone.Answer
- CDeploy a single NAT Gateway in a public subnet of `vpc-shared-mgmt`, and route all outbound internet traffic from `vpc-trading-prod` and `vpc-marketdata-prod` through an AWS Transit Gateway to this centralized NAT Gateway.
- DSet up Route 53 Resolver inbound and outbound endpoints in all three VPCs, and create forwarding rules to route queries for `trading.local` from the production VPCs to the inbound endpoint in `vpc-shared-mgmt`.
- EUse an AWS Direct Connect Gateway to establish transitive routing between the three VPCs and handle all inter-VPC private communication.