Transit Gateway

Definition

AWS networking hub that connects multiple networks together through a central point, simplifying network management and enhancing connectivity.

Use Cases

Provider Equivalents

Frequently Asked Questions

What's the difference between Transit Gateway and VPC peering?
VPC peering is a direct, one-to-one connection between two VPCs. If you have many VPCs, peering can turn into a complex mesh with lots of connections and route updates. Transit Gateway acts like a central hub: each VPC connects once to the hub, and the hub routes traffic between them, which scales better for dozens or hundreds of networks.
When should I use Transit Gateway?
Use Transit Gateway when you need to connect many VPCs, multiple AWS accounts, or hybrid networks (site-to-site VPN and/or Direct Connect) and want centralized routing and simpler operations. It’s especially useful for hub-and-spoke designs, shared services VPCs, multi-account landing zones, and environments where the number of network connections would otherwise grow quickly with VPC peering.
How much does Transit Gateway cost?
Pricing is mainly based on (1) attachments (each VPC/VPN/Direct Connect association to the Transit Gateway) and (2) data processing through the Transit Gateway, plus standard data transfer charges depending on traffic patterns (for example, cross-AZ or inter-region if you use inter-region peering). Exact rates vary by region, so you should estimate using the AWS Pricing page and the AWS Pricing Calculator with your expected number of attachments and monthly GB processed.

Category: networking

Difficulty: advanced

Related Terms

See Also