Transit Gateway inter-Region peering
You can use Transit Gateway peering to directly route traffic between two transit gateways in the same AWS Region or across Regions. This section provides information about how this solution supports peering.
Architecture diagram of AWS resources deployed to support Transit Gateway inter-Region peering.

-
When you tag the transit gateway, an EventBridge event initiates. The target for this event is the transit gateway peering attachment Lambda function in the hub account.
-
The
tgw-peering
Lambda function creates the peering attachment between the transit gateways based on the tag key and value. The peering attachment state transitions fromInitializingRequest
toPendingAcceptance
. -
The Lambda function accepts the peering attachment request in the remote Region.
-
The solution sets the peering attachment state to
Available
.