A solutions architect is designing a hybrid network architecture where multiple spoke VPCs in a single AWS Region need to access the internet through a centralized egress VPC using AWS Transit Gateway. To ensure high availability and prevent a single point of failure for outbound traffic, how should the NAT Gateways be deployed in the egress VPC?
- Deploy one NAT Gateway in each Availability Zone of the egress VPC, and configure the egress VPC route tables to direct internet-bound traffic from each private subnet to the NAT Gateway in its respective Availability Zone.Cevap
- BDeploy a single NAT Gateway in one public subnet of the egress VPC, and configure the Transit Gateway route tables to direct all spoke VPC internet-bound traffic to this NAT Gateway.
- CConnect the spoke VPCs to a Direct Connect Gateway directly and configure the Direct Connect Gateway to route all egress traffic back to the on-premises proxy servers.
- DSet up a Route 53 Private Hosted Zone in the egress VPC and associate it only with the egress VPC, expecting the spoke VPCs to resolve internet endpoints through Transit Gateway attachments.
Cevap
Deploy one NAT Gateway in each Availability Zone of the egress VPC, and configure the egress VPC route tables to direct internet-bound traffic from each private subnet to the NAT Gateway in its respective Availability Zone.
The correct architecture requires deploying one NAT Gateway in each Availability Zone of the egress VPC. This alignment ensures that an outage in one Availability Zone does not impact outbound traffic from other zones, satisfying the high availability constraint.
Adım Adım Çözüm
Anahtar Kavram
Multi-AZ NAT Gateway Redundancy in Centralized Egress Architectures
Tahmini Süre:1m 30s