2 Transit Gateway and 2 VPCs in daisy chain setup

0

I have a setup in which I need the following DX-->TGW1-->VPC1-->TGW2-->VPC2

Will this scenario work? Please elaborate if possible.

3 個答案
0

Without knowing your full topology it is difficult to advice. In general VPC does not support transitive routing so you can not route to another VPC from a source VPC where the Source is not in the VPC itself.

A couple of other options as below would work:

        VPC1
         / 
DX-->TGW1
         \
        VPC2

Or

    VPC1                  VPC2   
      |                    |
DX-->TGW1  <--Peering --> TGW2

Also, any specific reason you are using 2 TransitGateways in 1 region?

Typically you would use only 1 TGW in 1 region; see below 2 statements from the TGW best practices document:

  • You do not need additional transit gateways for high availability, because transit gateways are highly available by design.
  • For redundancy, use a single Transit Gateway in each Region for disaster recovery.
profile pictureAWS
專家
已回答 1 年前
0

Yes, this will work but as per the answer from Tushar_J there's normally no good reason for doing this. Primarily it introduces extra costs - the attachment to the VPC and the data processing charges are doubled because traffic passes through both Transit Gateways.

profile pictureAWS
專家
已回答 1 年前
0

Purely on technical ground. Yes it will work. This scenario can occur in merger/acquisitions. What Tushar is saying is VPC Peering limitation. In your design there is no VPC peering involved.

Please accept answer if it helped.

已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南