A media company is designing a new multi-VPC environment in the `us-west-2` Region using AWS Organizations. The architecture consists of a Shared Services VPC and two application spoke VPCs, spanning two Availability Zones. The company needs to provide highly resilient outbound internet traffic () access for the application servers in the spoke VPCs' private subnets. Additionally, the application servers must resolve domain names within a private hosted zone named `media.internal` which is defined in the Shared Services VPC. An AWS Transit Gateway is used to interconnect all VPCs. Which TWO actions should a solutions architect take to meet these requirements? (Select TWO.)
- Deploy a NAT Gateway in a public subnet in each Availability Zone of the Shared Services VPC. Configure the spoke VPC route tables to route outbound internet traffic () to the Transit Gateway, which then forwards the traffic to the Shared Services VPC.Cevap
- Associate the Route 53 Private Hosted Zone `media.internal` with both application spoke VPCs using cross-account or cross-VPC association APIs.Cevap
- CDeploy a single NAT Gateway in one Availability Zone of the Shared Services VPC. Route all outbound internet traffic () from both spoke VPCs to this single NAT Gateway via the Transit Gateway.
- DEnable DNS support on the Transit Gateway, and rely on Transit Gateway routing to automatically forward DNS resolution queries for `media.internal` from the spoke VPCs to the Shared Services VPC.
- EEstablish a Direct Connect Gateway connected directly to the virtual private gateways of all VPCs, and configure the Direct Connect Gateway to enable transitive VPC-to-VPC routing.
Cevap
Deploy a NAT Gateway in a public subnet in each Availability Zone of the Shared Services VPC, routing spoke VPC internet egress traffic through the Transit Gateway to the Shared Services VPC, and associate the Route 53 Private Hosted Zone with the spoke VPCs.
Deploying redundant NAT Gateways across two Availability Zones ensures high availability for outbound traffic, while associating the Private Hosted Zone with the spoke VPCs enables native DNS resolution for `media.internal` across all accounts and VPCs in the environment.
Adım Adım Çözüm
Anahtar Kavram
Designing resilient egress routing and cross-VPC DNS resolution in a multi-VPC architecture using AWS Transit Gateway and Route 53 Private Hosted Zones.
Tahmini Süre:2m 0s