A digital health enterprise operates a medical imaging application across multiple AWS accounts. The primary processing workload runs on Amazon EC2 instances in a Production VPC (VPC-A) in the us-east-1 Region. A central reporting application in a Shared Services VPC (VPC-B) in the same Region needs to pull large image files from VPC-A with the lowest possible latency and maximum throughput. Currently, VPC-B accesses the images in VPC-A by routing traffic over the public internet through a NAT Gateway in VPC-B to an Application Load Balancer (ALB) in VPC-A. The network configuration uses a Route 53 Private Hosted Zone (PHZ) for DNS resolution, but resolution is failing from VPC-B.
Which combination of actions will optimize the network performance and resolve the latency and DNS issues? (Select two.)
- Establish a VPC Peering connection between VPC-A and VPC-B, configure the VPC route tables to route the inter-VPC traffic through the peering connection, and ensure that the EC2 instances use a Jumbo Frame MTU of 9001.Cevap
- Associate the Route 53 Private Hosted Zone from the Production VPC's account with the Shared Services VPC (VPC-B), and verify that DNS resolution and DNS hostnames are enabled in both VPCs.Cevap
- CEstablish an AWS Transit Gateway, configure a Direct Connect Gateway with a Transit VIF to attach both VPCs, and route the traffic transitively through an on-premises connection to bypass the NAT Gateway.
- DCreate a single NAT Gateway in VPC-A to handle inbound traffic from VPC-B, update VPC-B's route tables to point to this NAT Gateway, and configure Route 53 to resolve the ALB via a public alias record.
- ESubmit a support ticket to AWS to pre-warm the ALB in VPC-A for the maximum expected file transfer throughput, and configure the EC2 instances in VPC-B to query the ALB using its public IP address.