A logistics company is setting up a new multi-account AWS environment with VPCs in the `us-east-1` Region. These VPCs belong to different AWS accounts managed under a single AWS Organization. The company needs to establish any-to-any network connectivity among all VPCs and connect them to their on-premises corporate headquarters via an AWS Direct Connect connection. Additionally, a central Route 53 Private Hosted Zone (PHZ) must be resolvable from all VPCs, and all outbound internet traffic must be routed through a centralized egress VPC containing NAT Gateways. The solution must scale with minimal administrative overhead and avoid any single point of failure. Which network architecture should a solutions architect recommend to meet these requirements?
- Create an AWS Transit Gateway in a central network account, share it via AWS Resource Access Manager (RAM), and attach all spoke VPCs and the egress VPC. Associate the Direct Connect Gateway with the Transit Gateway using a transit virtual interface. In the egress VPC, deploy redundant NAT Gateways across multiple Availability Zones, and configure the Transit Gateway route table to route all outbound internet traffic () to the egress VPC. Associate the Private Hosted Zone with all VPCs.Cevap
- BCreate an AWS Transit Gateway in a central network account, share it via AWS Resource Access Manager (RAM), and attach all spoke VPCs and the egress VPC. Associate the Direct Connect Gateway with the Transit Gateway using a transit virtual interface. In the egress VPC, deploy redundant NAT Gateways across multiple Availability Zones. Associate the Private Hosted Zone only with the egress VPC and rely on Transit Gateway to route DNS queries from other VPCs.
- CCreate a Direct Connect Gateway and associate it directly with the Virtual Private Gateways in all VPCs using private virtual interfaces. Establish a full mesh of VPC peering connections among all VPCs for inter-VPC traffic. Deploy NAT Gateways in each spoke VPC for internet egress, and associate the Private Hosted Zone with all VPCs.
- DCreate an AWS Transit Gateway in a central network account, share it via AWS Resource Access Manager (RAM), and attach all spoke VPCs and the egress VPC. Associate the Direct Connect Gateway with the Transit Gateway using a transit virtual interface. In the egress VPC, deploy a single NAT Gateway in one Availability Zone to centralize all outbound internet traffic, and associate the Private Hosted Zone with all VPCs.