Currently the AWS::EC2::TransitGatewayAttachment doesn't allow to initialise a peering to a different TGW.
Both of them is acceptable:
One of {VpcId, SubnetIds} or {PeerTgwId} is required.
Type: AWS::EC2::TransitGatewayAttachment
Properties:
SubnetIds:
- String?
Tags:
- Tag
TransitGatewayId: String
VpcId: String?
PeerTgwId: String?
Type: AWS::EC2::TransitGatewayAttachment
Properties:
Tags:
- Key: Name
Value: MyPeeringAttachment
TransitGatewayId: tgw-123456789
PeerTgwId: tgw-987654321
DELETE_FAILED Transit Gateway tgw-xyz did not stabilize. errors when deleting the stack.Networking & Content (VPC, Route53, API GW,...)
+1 for need of TGW Peering in CF
+1 for support of TGW Peering in CloudFormation
+1 for support of TGW Peering in CloudFormation
+1 for support of TGW Peering in CloudFormation
@gogonaft @nammireddy @plinioh @predrag044
Most helpful comment
@gogonaft @nammireddy @plinioh @predrag044