Vpc to Vpc routing

0

Hi, Is it possible to route traffic between VPCs through the direct connect connection - where each VPC is connected with Private VIF to a direct connect connection to the on premise DC. Page 22 - "AWS Direct Connect" can't get my head around it. link below

https://d1.awsstatic.com/whitepapers/aws-amazon-vpc-connectivity-options.pdf

  • I do not believe you can route traffic from one VPC to another through the Direct Connect - it's not transitive. You could instead peer the VPCs and use VPC route tables for inter-VPC communication.

Aman
질문됨 2년 전507회 조회
2개 답변
0

Hi there - it is not possible to route between VPCs using a private vif. My advice would be to use Transit Gateway https://docs.aws.amazon.com/vpc/latest/tgw/what-is-transit-gateway.html. This is a routing device that can connect both direct connects and VPCs to each other. The other option as bwhaley pointed out would be to peer the VPCs to each other https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html

AWS
AJ_C
답변함 2년 전
0

What it is saying is that a single dedicated direct connect can be split into multiple logical connections knows as virtual interfaces (VIFs). In the setup listed on page 22 those VPCs would be able to communicate back to on-prem, but not to each other. That whitepaper looks quite old - I would use this one instead https://docs.aws.amazon.com/whitepapers/latest/aws-vpc-connectivity-options/network-to-amazon-vpc-connectivity-options.html

AWS
AJ_C
답변함 2년 전
  • Thank you!

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인