AWS Quick Notes — AWS Transit Gateway

Gunschu Blog
1 min readDec 31, 2021

When there are multiple VPCs need to be connected to each other and also there may be connections such as Direct Connect.

The transit gateway serves as a hub and spoke connection facilitator for VPCs.

Also a Direct Connect connection from a on premise data center to an AWS VPC can be brokered through a transit gateway.

This way you can connect your on prem data center to one or more VPCs.

Route tables are used to manage what VPCs can talk to others or not.

Transit Gateway supports IP Multicast.

Site to Site VPN ECMP

To increase the bandwidth of a connection to AWS, multiple site to site VPN connections can be used. This is where routing strategies such as ECMP(Equal cost, multiple paths) are used to forward the packet over multiple paths, choosing the best path, etc.

VPN to transit gateway can allow for multiple VPNs connecting into it.

Sharing Direct Connect between accounts

A transit gateway also lets you share direct connect connection across AWS accounts.

  1. A direct connect connection is first set up between the on-premises data center and AWS Direct Connect endpoint.
  2. A transit gateway is setup that connects into multiple VPCs into multiple different accounts.
  3. The Direct Connect Endpoint then connects into the transit gateway.

--

--

Gunschu Blog

Gunschu is creating the world’s greatest coaching platform through groundbreaking tools, advice, knowledge and personal expertise.