An enterprise has deployed Virtual Private Clouds (VPCs) across multiple AWS accounts to segment different business units. The network administration team wants to interconnect all of these VPCs to allow full communication between them. They need a solution that acts as a centralized cloud router to simplify the routing configuration and avoid managing a complex web of individual point-to-point connections.
Which AWS service or feature should the enterprise use to meet these requirements?
- Transit GatewayAnswer
- BVPC Peer Connections
- CSecurity Group rules
- DNetwork Access Control Lists
Answer
Transit Gateway
Transit Gateway is the correct choice because it acts as a centralized cloud router. It allows organizations to connect multiple VPCs and on-premises networks to a single hub, greatly simplifying network architecture and routing management as the number of VPCs grows.
Step-by-Step Solution
Key Concept
Transit Gateway simplifies network topology by acting as a centralized hub that routes traffic between multiple Virtual Private Clouds (VPCs) and on-premises networks.