🖊️
Notes
  • Notes
  • aws
    • CloudWatch
    • EKS
    • IAM
    • Key Management Service (KMS)
    • security
      • Attacks against AWS infrastructure
    • vpc
      • AWS Transit Gateway
  • azure
    • Azure AD
    • Azure CDN
    • DNS in Azure
    • Hub-spoke network topology
    • Identity and access management
    • Azure Landing zones
    • Storage
  • certifications
    • aws-sa-pro
    • Certified Kubernetes Administrator
  • containers
    • Examples
    • Linux Container Primitives
  • databases
    • Relational databases
  • gcp
    • IAM
  • git
    • Git
  • golang
    • Building Go projects
    • Concurrency
    • Project structure
  • infosec
    • SSH
    • SSL
  • Kubernetes
    • Admission Controllers
    • Autoscaling
    • Debugging
    • Multi-tenancy
    • Network Policies
    • Pod Priority
    • Pod Security Policies
    • Secrets
    • StatefulSet
    • additional-services
      • Debugging ArgoCD RBAC
      • open-policy-agent
  • misc
    • FFmpeg
    • PDFs
  • programming
    • Learning resources
    • concepts
      • Serialization
  • rabbitmq
    • Clustering and HA
    • Shovel plugin
  • shells
    • Bash
  • terraform
    • Moving resources between remote states
  • vim
    • Fzf (plugin)
    • Registers
    • Spell Check
  • linux
    • arch
      • Arch Linux installation
Powered by GitBook
On this page
  • Attaching VPC to Transit Gateway
  • Resources:
  1. aws
  2. vpc

AWS Transit Gateway

PreviousvpcNextazure

Last updated 5 years ago

A transit gateway is a network transit hub that you can use to interconnect your virtual private clouds (VPC) and on-premises networks.

  • Transit Gateway (TGW) makes it possible to hub-and-spoke network design with multiple VPCs, VPNs, and on-premise networks.

  • TGW acts as hub and other networks connect it. TGW controls routing between networks

  • This makes network management easier when comparing to connecting multiple VPCs with only VPC peering

  • TGWs can be peered with other TGWs with Transit Gateway Peering

Attaching VPC to Transit Gateway

  • Share Transit Gateway resource to target account (which has the VPC to be attached) using AWS Resource Manager principal association

  • Accept the shared resource from target account

  • From target account, attach the VPC to TGW using Transit Gateway VPC attachment

  • Accept the attachment from account which has the VPC

Resources:

https://docs.aws.amazon.com/vpc/latest/tgw/what-is-transit-gateway.html
https://aws.amazon.com/transit-gateway/
https://docs.aws.amazon.com/vpc/latest/tgw