A financial services company is designing a multi-account architecture in AWS for its applications across spoke VPCs in the us-east-1 region. The security team requires all outbound internet traffic to be routed through a centralized egress VPC for inspection, and all internal DNS queries for private resources to be resolved using a shared Route 53 Private Hosted Zone (PHZ) hosted in a Central Services account. The architecture must minimize cost, avoid single points of failure, and minimize administrative overhead. Which combination of actions should the network architect perform to meet these requirements? (Select TWO.)
- Deploy NAT Gateways in multiple Availability Zones within the centralized egress VPC, and configure a default route of in the spoke Transit Gateway route table pointing to the egress VPC attachment.Answer
- Authorize and associate the Route 53 Private Hosted Zone from the Central Services account with each of the spoke VPCs across the different AWS accounts.Answer
- CDeploy a single NAT Gateway in the centralized egress VPC to reduce NAT Gateway hourly charges, and route all spoke VPC outbound traffic to it.
- DDeploy Route 53 Resolver inbound and outbound endpoints in each spoke VPC to forward all DNS queries to the Central Services account for resolution.
- EEstablish VPC peering connections between the Central Services VPC and all spoke VPCs to allow the spokes to resolve DNS queries directly over the peering links.
Answer
Deploy NAT Gateways in multiple Availability Zones in the egress VPC with Transit Gateway routing, and associate the Route 53 Private Hosted Zone directly with all spoke VPCs.
Deploying NAT Gateways in multiple Availability Zones ensures high availability and eliminates a single point of failure for outbound traffic. Setting a default route () in the Transit Gateway route table directing traffic to the centralized egress VPC correctly routes all outbound internet traffic. Authorizing and associating the Route 53 Private Hosted Zone from the Central Services account directly with the spoke VPCs allows for cross-account DNS resolution of private records with minimal cost and administrative overhead.
Step-by-Step Solution
Key Concept
Centralized egress network design with high availability NAT Gateways and multi-account Route 53 Private Hosted Zone sharing.