A financial service provider is designing a new cloud infrastructure on AWS for a transaction processing system. The architecture requires three spoke VPCs (`vpc-payment-prod`, `vpc-ledger-prod`, and `vpc-fraud-prod`) in the `eu-west-1` region to communicate with each other securely, resolve internal domain names, and route outbound internet traffic for third-party API validation. The design must be highly resilient against Availability Zone failures, minimize administrative overhead, and support a centralized DNS configuration. The development team has created a Route 53 Private Hosted Zone (PHZ) named `corp.internal` in a central network services account. Which of the following networking and connectivity designs meets these requirements?
- ADeploy an AWS Transit Gateway to interconnect the three spoke VPCs and a central egress VPC. In the central egress VPC, deploy a NAT Gateway in each utilized Availability Zone. Route outbound internet traffic from the spoke VPCs through the Transit Gateway to the egress VPC's NAT Gateways. Associate the `corp.internal` Private Hosted Zone only with the central network services VPC, relying on default VPC DNS resolution to automatically forward queries across the Transit Gateway attachments.
- BCreate a Direct Connect Gateway and attach the virtual private gateways of the three spoke VPCs and the central egress VPC. Route all spoke-to-spoke traffic transitively through the Direct Connect Gateway. Deploy a NAT Gateway in each Availability Zone of the central egress VPC. Authorize and associate the `corp.internal` Route 53 Private Hosted Zone with the spoke VPCs.
- Deploy an AWS Transit Gateway to interconnect the three spoke VPCs and a central egress VPC. In the central egress VPC, deploy a NAT Gateway in each utilized Availability Zone. Route outbound internet traffic from the spoke VPCs through the Transit Gateway to the central egress VPC's NAT Gateways. Authorize and associate the `corp.internal` Route 53 Private Hosted Zone with the three spoke VPCs and the central egress VPC.Cevap
- DDeploy an AWS Transit Gateway to interconnect the three spoke VPCs and a central egress VPC. In the central egress VPC, deploy a single NAT Gateway in one Availability Zone to minimize hourly NAT Gateway charges. Route outbound internet traffic from all spoke VPCs through the Transit Gateway to this single NAT Gateway. Authorize and associate the `corp.internal` Route 53 Private Hosted Zone with all VPCs.