Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TGW Peering issue #632

Open
2 tasks
benyo1892 opened this issue Nov 4, 2024 · 0 comments
Open
2 tasks

TGW Peering issue #632

benyo1892 opened this issue Nov 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@benyo1892
Copy link

Please provide the following information:
Hi,
I have implemented LZA on region Israel, I have 2 TGW, and I tried to do peering between them.
I have configured it according to the documentation.
The pipeline failed on NetworkingVpcStack.
Also important to mention I have AutoAccept flag on true.

  • Version: [ v1.10.0]

To get the version of the solution, you can look at the description of the created AWS CloudFormation stack used to install the LZA (AWSAccelerator-InstallerStack). For example, "(SO0199) Landing Zone Accelerator on AWS. Version 1.5.1.". If the description does not contain the version information, you can look at the Parameters of the stack for the RepositoryBranchName as that should contain the version number.

  • Region: [il-central-1]

Here is my configuration of the peering:

transitGatewayPeering:
 - name: medasys-vpn-peering-tgw-tlv
   autoAccept: true
   requester:
     transitGatewayName: medasys-vpn-tgw-tlv
     account: medasys-aws-networking
     region: il-central-1
     routeTableAssociations: vpn-tgw-rt-tlv
     tags:
       - key: Name
         value: medasys-vpn-peering-tgw-tlv
   accepter:
     transitGatewayName: medasys-tgw-tlv
     account: medasys-aws-networking
     region: il-central-1
     routeTableAssociations: egress-tgw-rt-tlv
     autoAccept: true
     applyTags: true

Please let me know if there any suggestion for that issue.

Thanks,

@benyo1892 benyo1892 added the bug Something isn't working label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant