Skip to content

AWS Transit Gateway#

Transit Gateway is a piece of AWS Networking that allows us to connect our many online subnets or VPCs together. The Transit Gateway is connected to campus via an AWS Direct Connect and a fallback VPN link.

Transit Gateway is managed by terraform code in the aws-tgw-customers project in the DIT NIS Network Operations group in code.vt.edu.

There are instructions inside the project outlining its use. Summarily, the instructions have you enumerate an object including the various vpc the new customer will be using. When the terraform runs, it loops and creates the appropriate routing allowing the indicated VPCs access to the various VT campus networks via Transit Gateway.

Transit Gateway Routes

The routing created by the terraform governing this project will be observable in the customers account, but they will not see the Transit Gateway routes which reside in the vtnis-ss account.

In order to run the terraform, you will need to assume the role neo-customer-network-access.

Critical Concerns#

  • Any Interruption of Transit Gateway will affect the communication between all internally routed communications between PVCs and VT's Internal Network.