Soru

Zorluk: KolayNetworking and Connectivity Design

A company is designing a new multi-tier application on AWS. The application workloads will be deployed across two Availability Zones in private subnets within a single VPC. The instances in the private subnets require outbound internet access to download software updates, but they must not receive inbound connections from the internet. The network design must be highly available and resilient to Availability Zone failures. Which of the following actions should the Solutions Architect take to meet these requirements? (Select TWO.)

  1. Deploy a NAT Gateway in the public subnet of each Availability Zone.Cevap
  2. B
    Deploy a single NAT Gateway in a public subnet in one Availability Zone, and route outbound traffic from both private subnets to this NAT Gateway.
  3. Create a route in the route table of each private subnet that directs outbound traffic (0.0.0.0/0) to the NAT Gateway in the same Availability Zone.Cevap
  4. D
    Deploy an AWS Transit Gateway to route outbound internet traffic from the private subnets directly to an Internet Gateway attached to the Transit Gateway.
  5. E
    Create a Route 53 Private Hosted Zone for the external software update endpoints and associate it with the private subnets to resolve external routing.

Cevap

To design a highly available outbound internet connectivity solution, deploy a NAT Gateway in the public subnet of each Availability Zone, and configure the private subnet route tables to direct outbound traffic to their respective local NAT Gateway.
To achieve high availability and zone resilience, a NAT Gateway must be deployed in the public subnet of each Availability Zone, and the route tables for the private subnets must be configured to point to their local NAT Gateway. This ensures that a failure in one Availability Zone does not impact the outbound connectivity of instances in the remaining active Availability Zone.

Adım Adım Çözüm

1
Deploy a NAT Gateway in the public subnet of each Availability Zone.
This ensures that each Availability Zone has a local egress point, preventing a single zone outage from affecting egress connectivity across the entire VPC.
High availability requirements demand that we avoid single points of failure like a single NAT Gateway for multiple zones.
2
Create or update the route table for each private subnet, adding a route for 0.0.0.0/0 pointing to the local NAT Gateway.
Outbound traffic from the private subnets is correctly routed to the NAT Gateway residing in the same Availability Zone.
This establishes path redundancy and alignment with the NAT Gateways deployed in step 1.

Anahtar Kavram

Deploying multi-AZ NAT Gateways for highly available, resilient outbound network address translation.
Bu soruyu puanla