AWS Transit Gateway

Steps to configure the transit gateway across the AWS VPCs :
Create 3 or more VPCs on the AWS cloud accounts and then assign the Internet gateways , Routing Tables & the Subnets on each of the VPVs
Create the transit gateway on the AWS VPC dashboard and then select transit gateway attachments and create attachments for each VPC to enable connections over all
Add the routs in the VPC RTs like :
<VPC CIDR> as Destination and Transit Gateway as the source
once this step is done all the VPCs will be reachable and inter VPC connection will also work
Here we have sucessfully configured the VPC Transit Gateway on AWS
Last updated