A global high-frequency trading SaaS platform operates its core transactional backend in the us-east-1 Region. The system connects to an on-premises colocation facility using a 10 Gbps AWS Direct Connect connection terminated on a Direct Connect Gateway (DXGW) via a Transit Virtual Interface (Transit VIF) attached to an AWS Transit Gateway in us-east-1. The platform is expanding its analytical services to the us-west-2 Region, where EC2 instances in multiple VPCs are connected via a local Transit Gateway in us-west-2. The Transit Gateways in both regions are peered.
Analytical applications in us-west-2 must transfer large, time-sensitive datasets (up to 120 GB per file) directly to the on-premises colocation facility. Currently, the team has configured routing to send traffic from the us-west-2 VPCs through their local Transit Gateway, across the inter-region Transit Gateway peering connection to the Transit Gateway in us-east-1, and then to the DXGW. However, network administrators report that traffic from us-west-2 cannot establish connectivity to the on-premises network. Furthermore, once connectivity is resolved, the company requires the configuration to deliver the highest possible throughput and lowest latency, utilizing jumbo frames.
Which combination of actions will resolve the connectivity issue while optimizing throughput and latency for the data transfers?
- Associate the existing Direct Connect Gateway directly with the Transit Gateway in us-west-2. Update the VPC route tables in us-west-2 and the us-west-2 Transit Gateway route tables to route the on-premises IP ranges directly to the Direct Connect Gateway attachment. Configure the MTU on the EC2 instances in us-west-2 to 8500 bytes.Cevap
- BKeep the existing inter-region Transit Gateway peering connection. Enable transitive routing on the Transit Gateway in us-east-1 to allow traffic coming from the peered us-west-2 Transit Gateway to be forwarded to the Direct Connect Gateway. Configure the MTU on the EC2 instances in us-west-2 to 9001 bytes.
- CCreate a Route 53 Private Hosted Zone containing the on-premises database endpoints, and associate it only with the VPCs in us-east-1. Deploy a fleet of EC2-based proxy instances behind an Application Load Balancer in us-east-1 to forward traffic from us-west-2 to the on-premises network. Route the traffic from the us-west-2 VPCs through the Transit Gateway peering connection to the proxy fleet.
- DConfigure a software VPN connection from the EC2 instances in us-west-2 through a single NAT Gateway in us-west-2 to the on-premises VPN device, routing over the public internet to bypass the Transit Gateway peering link. Configure the MTU on the EC2 instances in us-west-2 to 9001 bytes and enable path MTU discovery (PMTUD).