A logistics and fleet management SaaS platform collects real-time telemetry from delivery vehicles globally. The platform's ingestion tier is deployed in TelemetryIngestVPC in the eu-central-1 Region. The ingested data is processed by a latency-sensitive analytics engine deployed in AnalyticsVPC within the same Region. An on-premises monitoring operations center in Munich connects to AWS via a dedicated 10 Gbps AWS Direct Connect connection terminated at a Direct Connect Gateway (DXGW). The operations center uses internal DNS servers to resolve resources in TelemetryIngestVPC using a Route 53 Private Hosted Zone (PHZ) named fleet.internal. The platform has the following requirements:
- The network path between TelemetryIngestVPC and AnalyticsVPC must support maximum throughput and low latency, utilizing Jumbo Frames (MTU 9001).
- Outbound internet access from both VPCs must be highly available and resilient to Availability Zone outages, while minimizing latency.
- On-premises operators must be able to resolve DNS queries for fleet.internal.
Which of the following architectural designs meets these requirements with the lowest latency and highest throughput?
- AEstablish an Transit Gateway to route all traffic between TelemetryIngestVPC and AnalyticsVPC, and configure the Direct Connect Gateway to handle transitive routing between the VPCs using the on-premises Direct Connect link. Associate the Route 53 Private Hosted Zone fleet.internal with both VPCs. Deploy Route 53 Resolver Inbound Endpoints in TelemetryIngestVPC. Configure independent NAT Gateways in each Availability Zone of both VPCs for outbound internet access.
- BEstablish a VPC Peering connection between TelemetryIngestVPC and AnalyticsVPC to enable direct communication supporting MTU 9001. Deploy Route 53 Resolver Inbound Endpoints in TelemetryIngestVPC across multiple Availability Zones for on-premises DNS forwarding, but do not associate the Route 53 Private Hosted Zone fleet.internal with AnalyticsVPC. Configure independent NAT Gateways in each Availability Zone of both VPCs for outbound internet access.
- Establish a VPC Peering connection between TelemetryIngestVPC and AnalyticsVPC. Associate the Route 53 Private Hosted Zone fleet.internal with both VPCs. Deploy Route 53 Resolver Inbound Endpoints across multiple Availability Zones in TelemetryIngestVPC to receive forwarded DNS queries from the on-premises network. Configure independent NAT Gateways in each Availability Zone of both VPCs for outbound internet access.Answer
- DEstablish a VPC Peering connection between TelemetryIngestVPC and AnalyticsVPC to enable direct communication supporting MTU 9001. Associate the Route 53 Private Hosted Zone fleet.internal with both VPCs. Deploy Route 53 Resolver Inbound Endpoints in TelemetryIngestVPC to receive forwarded DNS queries from the on-premises network. Deploy a single NAT Gateway in one Availability Zone of TelemetryIngestVPC and update the route tables of both VPCs to direct all outbound internet-bound traffic to this NAT Gateway.