Soru

Zorluk: KolayNetworking and Connectivity Design

A company is designing a new two-tier application in a VPC across two Availability Zones (us-east-1a and us-east-1b). The application servers are located in private subnets and must access the internet to download security patches. Additionally, the application servers must resolve domain names within a Route 53 Private Hosted Zone (corp.internal) hosted in a separate administrative VPC. Which two configuration steps must the Solutions Architect perform to meet these requirements with high availability?

  1. Deploy a NAT Gateway in the public subnet of each Availability Zone, and configure the route tables of the private subnets to direct internet-bound traffic to the local NAT Gateway in the same Availability Zone.Cevap
  2. Associate the Route 53 Private Hosted Zone corp.internal with the new application VPC.Cevap
  3. C
    Deploy a single NAT Gateway in the public subnet of us-east-1a, and update the route tables of both private subnets to route outbound traffic through this single NAT Gateway.
  4. D
    Establish a Transit Gateway attachment between the two VPCs and rely on Transit Gateway routing to automatically resolve DNS queries for corp.internal from the application VPC.
  5. E
    Create a public Route 53 hosted zone for corp.internal and use IAM policies to restrict resolution to the instances within the application VPC.

Cevap

Deploy a NAT Gateway in the public subnet of each Availability Zone, and associate the Route 53 Private Hosted Zone corp.internal with the application VPC.
Deploying a NAT Gateway in the public subnet of each Availability Zone provides fault tolerance, preventing a single zone outage from disrupting internet access for other zones. Additionally, associating the Route 53 Private Hosted Zone corp.internal with the application VPC is a required step to allow instances in that VPC to resolve the private domain names.

Adım Adım Çözüm

1
Configure highly available outbound internet access.
A NAT Gateway is deployed in the public subnet of each Availability Zone (us-east-1a and us-east-1b). The route tables for the private subnets in us-east-1a are updated to point 0.0.0.0/00.0.0.0/0 to the NAT Gateway in us-east-1a, and the route tables for the private subnets in us-east-1b are updated to point 0.0.0.0/00.0.0.0/0 to the NAT Gateway in us-east-1b.
This guarantees that if one Availability Zone experiences an outage, the other Availability Zone maintains outbound internet access.
2
Enable private DNS resolution for the administrative domain.
The Route 53 Private Hosted Zone corp.internal is associated with the new application VPC.
VPCs must be associated with a Private Hosted Zone to resolve the DNS records within that zone.

Anahtar Kavram

High availability for outbound VPC traffic and DNS resolution across multiple VPCs using NAT Gateways and Route 53 Private Hosted Zone associations.
Bu soruyu puanla