An enterprise is designing a highly secure and regulated payment processing network on AWS. The architecture is deployed across three AWS Regions (us-east-1, eu-west-1, and ap-southeast-1) and utilizes a multi-account structure managed under AWS Organizations. A dedicated Shared Services account hosts core services, including a Route 53 Private Hosted Zone (PHZ) named payment.internal. Multiple application accounts contain spoke VPCs that run transactional workloads across multiple Availability Zones. These workloads require resolution of names within payment.internal, resilient outbound internet access, and low-latency hybrid connectivity to an on-premises partner data center via AWS Direct Connect. Which TWO configurations should a solutions architect implement to meet these requirements while preventing single points of failure and routing limitations?
- In the Shared Services account, create a Route 53 Private Hosted Zone association authorization for each application spoke VPC, and then associate the zone with those VPCs from their respective application accounts using the Route 53 API or AWS CLI.Answer
- In each application spoke VPC, deploy a NAT Gateway in each Availability Zone where application workloads are running, and configure the route table of the private subnets in each Availability Zone to route default outbound traffic (0.0.0.0/0) to the local NAT Gateway in that same Availability Zone.Answer
- CDeploy a Route 53 Resolver inbound endpoint in the Shared Services VPC, and configure Route 53 Resolver outbound endpoints in the application spoke VPCs to forward queries for payment.internal directly to the inbound endpoint without associating the Private Hosted Zone with the spoke VPCs.
- DDeploy a single NAT Gateway in the Shared Services VPC, and configure the regional Transit Gateways to route all default outbound traffic (0.0.0.0/0) from the application spoke VPCs to this central NAT Gateway to minimize NAT processing costs.
- EConfigure the Direct Connect Gateway to act as a transitive hub between the application spoke VPCs and the on-premises partner network, allowing direct VPC-to-VPC routing over the Direct Connect Gateway without using AWS Transit Gateway.