A logistics company is designing a hybrid network architecture to synchronize its on-premises telemetry processing system in Chicago with a critical analytics application deployed across multiple VPCs in the `us-east-1` and `us-west-2` Regions. The telemetry system requires a high-throughput, private connection that can support peak data transfer rates of up to with the lowest possible latency. Meanwhile, several regional distribution centers must upload transactional logs to the same VPCs. The regional logs require IPsec encryption and need a connection that can handle up to of aggregate traffic. Which network architecture will meet these requirements while optimizing throughput, securing data in transit, and minimizing routing complexity?
- AProvision an AWS Direct Connect connection with a Private Virtual Interface (Private VIF) to a Direct Connect Gateway associated with both Regions. Connect the regional distribution centers using a single AWS Site-to-Site VPN connection to a Virtual Private Gateway (VGW) in each VPC, relying on the single VPN tunnel to dynamically scale and support the aggregate upload throughput.
- BProvision peered AWS Transit Gateways across both Regions. Connect the Chicago database using AWS Direct Connect and the regional distribution centers using AWS Site-to-Site VPN. Apply stateless Network ACLs to the Transit Gateway subnets to block all ephemeral ports on return traffic while permitting inbound traffic, assuming the connection states will be maintained automatically.
- Provision peered AWS Transit Gateways across both Regions. Attach the Chicago telemetry system to the Transit Gateways using an AWS Direct Connect connection with a Transit Virtual Interface (Transit VIF) attached to a Direct Connect Gateway. Connect the regional distribution centers using multiple AWS Site-to-Site VPN connections to the Transit Gateways with Equal-Cost Multi-Path (ECMP) routing enabled to aggregate tunnel throughput.Answer
- DProvision an AWS Direct Connect connection with a Private Virtual Interface (Private VIF) for the Chicago database connection. For the regional distribution centers, set up Amazon Route 53 Latency-based routing to resolve API endpoints directly to the public IP addresses of the application servers over the public internet, relying on the latency routing policy to secure in-transit data and provide failover.