A financial services firm is designing its AWS network architecture in the `us-east-1` Region. The architecture consists of VPCs split equally between production and development accounts. The firm has an existing AWS Direct Connect connection with a Private Virtual Interface (VIF) terminated at a Direct Connect Gateway (DXGW). All VPCs are currently associated with the DXGW via Virtual Private Gateways (VGWs) to access the on-premises network.
The firm has the following new requirements:
- All production VPCs must be able to communicate with each other, and all development VPCs must be able to communicate with each other. Production and development VPC traffic must remain isolated.
- All VPCs must resolve domain names hosted in a single Route 53 Private Hosted Zone (PHZ) managed in a centralized shared services account.
- Administrative overhead must be minimized.
Which network design solution meets these requirements?
- ADeploy an AWS Transit Gateway. Create a Transit VIF on the Direct Connect connection, associate the Direct Connect Gateway with the Transit Gateway, and attach all VPCs to the Transit Gateway. Configure two separate Transit Gateway route tables to isolate production and development traffic. Rely on the Transit Gateway attachments to automatically forward DNS queries for the Route 53 Private Hosted Zone from all VPCs without manual VPC association.
- BKeep the existing Virtual Private Gateway associations with the Direct Connect Gateway. Enable transitive VPC-to-VPC routing on the Direct Connect Gateway to allow production-to-production and development-to-development communication. Authorize and associate the Route 53 Private Hosted Zone with each of the VPCs.
- Deploy an AWS Transit Gateway. Create a Transit VIF on the Direct Connect connection, associate the Direct Connect Gateway with the Transit Gateway, and attach all VPCs to the Transit Gateway. Configure two separate Transit Gateway route tables to isolate production and development traffic. Authorize and associate the Route 53 Private Hosted Zone in the shared services account with each of the VPCs.Cevap
- DEstablish a full mesh of VPC peering connections among the production VPCs and another full mesh among the development VPCs. Keep the existing Direct Connect Gateway associations for hybrid connectivity. Associate the Route 53 Private Hosted Zone with only the shared services VPC, and route all DNS queries through a single NAT Gateway deployed in that shared services VPC.