An enterprise is launching a new platform in the us-east-1 Region across three AWS accounts. The network architecture consists of a production application VPC (vpc-production-app) running workloads in private subnets across three Availability Zones, a PCI-compliant payment processing VPC (vpc-payment-processing) running workloads in private subnets across two Availability Zones, and a shared egress VPC (vpc-shared-egress) containing NAT Gateways and AWS Network Firewall endpoints. Outbound internet access from the application and payment VPCs must be routed through the central firewall in vpc-shared-egress. The latency between vpc-production-app and vpc-payment-processing must be minimized, and data transfer costs must be optimized by keeping direct VPC-to-VPC traffic off the Transit Gateway. Finally, all VPCs must resolve DNS records in a Route 53 Private Hosted Zone (PHZ) named corp.internal hosted in a centralized services AWS account. The entire architecture must remain resilient to Availability Zone failures.
Which two design strategies should the Solutions Architect implement to meet these requirements? (Select TWO.)
- Establish a VPC Peering connection directly between vpc-production-app and vpc-payment-processing for local VPC-to-VPC traffic. Create a Transit Gateway (TGW) and attach all three VPCs. Route all outbound internet traffic (0.0.0.0/0) from the spoke VPCs to the TGW, which forwards it to the vpc-shared-egress VPC.Cevap
- Enable DNS support and DNS hostnames in all three VPCs. Authorize and associate the Route 53 Private Hosted Zone corp.internal in the central services account with the VPCs in the application and payment processing accounts, allowing native cross-account resolution via the default VPC Route 53 Resolver.Cevap
- CDeploy a single NAT Gateway in one Availability Zone of the vpc-shared-egress VPC, and route all outbound internet traffic (0.0.0.0/0) from both spoke VPCs to this NAT Gateway using a shared Transit Gateway route table to minimize NAT gateway hourly charges.
- DAssociate a single Direct Connect Gateway with both vpc-production-app and vpc-payment-processing to route VPC-to-VPC traffic directly between them, bypassing the Transit Gateway and optimizing internal data transfer costs.
- EConfigure Route 53 Resolver inbound and outbound endpoints in each of the three VPCs, and create Route 53 forwarding rules pointing to the central services account's resolver to resolve queries for the corp.internal domain.