A financial services company hosts its real-time market data ingestion application in VPC-A () and its latency-critical analytics engine in VPC-B (). Currently, an AWS Transit Gateway is used to route traffic between the two VPCs. Additionally, the ingestion application in VPC-A continuously receives real-time trade feeds from an on-premises datacenter in Chicago via a AWS Direct Connect connection. This hybrid traffic traverses an AWS Direct Connect Gateway associated with the Transit Gateway via a Transit Virtual Interface (Transit VIF).
Performance testing reveals that data transfers between VPC-A and VPC-B are bottlenecked and cannot exceed , while latency-sensitive feeds from the on-premises datacenter to VPC-A suffer from a routing overhead introduced by the Transit Gateway. The company requires a solution that maximizes inter-VPC throughput and reduces hybrid connectivity latency to the absolute minimum.
Which combination of actions should the Solutions Architect take to meet these requirements? (Select TWO.)
- Establish a VPC Peering connection between VPC-A and VPC-B, configure the instance operating systems to use a Maximum Transmission Unit (MTU) of 9001, and route the inter-VPC traffic through the peering connection.Answer
- Deploy a Direct Connect Gateway, configure a Private Virtual Interface (Private VIF) on the Direct Connect connection, and associate the Direct Connect Gateway with the Virtual Private Gateway (VGW) attached to VPC-A.Answer
- CConfigure a Private Virtual Interface (Private VIF) on the Direct Connect connection and associate it with the Transit Gateway to route the hybrid traffic directly to VPC-A.
- DRoute the inter-VPC traffic through an intermediate Application Load Balancer (ALB) in VPC-A, and request support pre-warming to handle the high throughput spikes between VPC-A and VPC-B.
- EAssociate the Route 53 Private Hosted Zone of VPC-A with VPC-B, and route traffic through the Transit Gateway using the newly resolved private IP addresses.