A healthcare provider is deploying a patient management platform across multiple AWS accounts in the us-east-1 region. The platform requires high-speed, secure, and private connectivity between three Application VPCs (vpc-app-a, vpc-app-b, vpc-app-c) and a Shared Services VPC (vpc-shared). The application instances must resolve internal domain names registered in a Route 53 Private Hosted Zone (PHZ) hosted in vpc-shared. Additionally, instances in the Application VPCs must access the internet for software updates, but they do not have public IP addresses and cannot receive inbound connections from the internet. The architecture must minimize latency, ensure high availability across Availability Zones, and avoid single points of failure.
Which combination of networking actions should a Solutions Architect implement to meet these requirements? (Select TWO.)
- Associate the Route 53 Private Hosted Zone in the Shared Services account with vpc-app-a, vpc-app-b, and vpc-app-c by creating VPC associations.Answer
- Create an AWS Transit Gateway, attach all four VPCs, and route egress traffic from the Application VPCs to a centralized egress VPC containing a NAT Gateway in each Availability Zone.Answer
- CCreate an AWS Transit Gateway, attach all four VPCs, and route egress traffic from the Application VPCs to a centralized egress VPC containing a single NAT Gateway in one Availability Zone to minimize NAT hourly costs.
- DRely on the Transit Gateway to automatically propagate DNS queries from the Application VPCs to the Shared Services VPC where the Private Hosted Zone is located, without creating VPC associations.
- EConfigure VPC Peering connections between the Application VPCs and the Shared Services VPC, and use a Direct Connect Gateway to enable transitive VPC-to-VPC routing and internet egress.