A company is expanding its AWS infrastructure by creating eight Virtual Private Clouds (VPCs) across different AWS accounts to isolate development environments. The network team needs to allow all these VPCs to communicate with one another. To minimize administrative overhead, the solution must avoid the complexity of managing a large mesh of point-to-point connections. Which AWS service or feature should the company use to satisfy these requirements?
- AWS Transit GatewayAnswer
- BA full mesh of VPC Peering connections
- CA centralized Network Access Control List (NACL) configured to route traffic between VPCs
- DAWS CloudFormation to automatically provision and manage route tables in each VPC
Answer
AWS Transit Gateway
AWS Transit Gateway is the correct solution because it acts as a centralized cloud router that simplifies network architecture by connecting multiple VPCs and on-premises networks. It eliminates the need to manage a complex mesh of individual VPC peering connections.
Step-by-Step Solution
Key Concept
AWS Transit Gateway acts as a centralized cloud router to simplify multi-VPC network architectures.
Estimated Time:1m 30s