Transit Gateway Patterns

Hub-and-spoke.

What Transit Gateway solves

VPC peering is many-to-many: every new VPC adds another mesh edge, and the count grows quadratically. Transit Gateway replaces that mesh with a single hub each VPC attaches to once. The connectivity math goes from N-squared back to N.

When to adopt

TGW pays back at scale. Below five VPCs the peering mesh is still tractable; above, it is not. Multi-account orgs cross the threshold sooner because per-account VPCs add up.

Cost model

TGW pricing has two dials: per-attachment per-hour and per-GB processed. At scale the data charge dominates; at low volume the per-attachment fixed cost dominates.

Design patterns

Design patterns decide blast radius and inspection points. Per-environment route tables, an inspection VPC, and spoke isolation are the standard controls.

Operating Transit Gateway

Operating TGW is a discipline. Named owners per attachment, quarterly review, and per-attachment monitoring keep the hub clean as the org grows.