An international energy conglomerate operates a real-time smart grid telemetry platform. The core processing systems run on Amazon EC2 instances in a VPC in the us-west-2 (Oregon) Region. Real-time data is sent from a centralized control center in Oslo, Norway, which is connected to AWS via a 10 Gbps AWS Direct Connect connection terminating at an AWS Direct Connect partner location in Europe. Currently, the Oslo control center accesses a staging VPC in the eu-west-1 (Ireland) Region via a Private Virtual Interface (VIF) connected to a Virtual Private Gateway (VGW). To transmit telemetry data to us-west-2, the traffic is routed from Oslo to the staging VPC in eu-west-1 over the Direct Connect link, and then forwarded to us-west-2 using an inter-region VPC Peering connection. Latency spikes and significant throughput degradation are causing telemetry data packet drops. Furthermore, on-premises systems in Oslo cannot resolve the private DNS names of the us-west-2 compute nodes, which are defined in a Route 53 Private Hosted Zone (PHZ) associated with the us-west-2 VPC. Which combination of actions should a solutions architect implement to minimize replication latency, maximize throughput, and resolve on-premises DNS queries for the private hosted zone?
- Provision a Transit Virtual Interface (VIF) on the Direct Connect connection and connect it to a Direct Connect Gateway. Associate the Direct Connect Gateway with an AWS Transit Gateway in us-west-2, and attach the us-west-2 VPC to the Transit Gateway. Create Route 53 Resolver Inbound Endpoints in the us-west-2 VPC, and configure the on-premises DNS servers to conditionally forward queries for the internal domain to the Inbound Endpoint IP addresses.Answer
- BEstablish a Direct Connect Gateway and associate it directly with the Virtual Private Gateways (VGWs) in both eu-west-1 and us-west-2. Configure the on-premises router to route traffic destined for us-west-2 by forwarding it to the eu-west-1 VPC via the Direct Connect Gateway, allowing the Direct Connect Gateway to route the transit traffic to us-west-2. Configure Route 53 Resolver Inbound Endpoints in eu-west-1 to handle the on-premises DNS queries.
- CProvision a Transit Virtual Interface (VIF) on the Direct Connect connection and connect it to a Direct Connect Gateway. Associate the Direct Connect Gateway with an AWS Transit Gateway in us-west-2, and attach the us-west-2 VPC to the Transit Gateway. Create Route 53 Resolver Inbound Endpoints in the eu-west-1 VPC, and configure the on-premises DNS servers to conditionally forward queries for the internal domain to the eu-west-1 Inbound Endpoint IP addresses.
- DDeploy a single NAT Gateway in a single Availability Zone within the eu-west-1 VPC. Set up an AWS Site-to-Site VPN from the Oslo control center over the public internet terminating on the NAT Gateway, routing all us-west-2 traffic through it. Associate the Route 53 Private Hosted Zone in us-west-2 with the eu-west-1 VPC, and deploy Route 53 Resolver Inbound Endpoints in the eu-west-1 VPC.