multiple VPN connections with same VPC

0

Customers want to have two customer gateways for redundancy purposes, for a VPC.
The destination (customer side) CIDR blocks, for EC2 routes remains the same.
They already have the VPN connection established and working good for one router (customer side) .
They desire to create another VPN connection with the second router. In order to do so:

  • Create a new Customer gateway with the public IP for the second router
  • Create a new VPN connection, linking the existing Virtual Private Gateway, that is linked with the VPC

Question : Do we need VPN Gateway Route Propagation while creating the second VPN connection , so that virtual private gateway can publish the routes for the second VPN connection to the routing tables ?? , or that is done internally by the virtual private gateway ??

AWS
질문됨 6년 전2089회 조회
1개 답변
1
수락된 답변

Hello,

Correct, customer can create a second connection and use the same routes, they will create a new CGW and a new VPN Connection (associated with the new CGW and the current VGW on the VPC).

When both connections are up, we select one of the 4 tunnels and send the traffic to customer over it, the selection on our side is kind of random in case of "Static" VPNs, customer should check where the traffic is coming from in order to send the traffic accordingly.

For these setups though, I would advise customer to use Dynamic Routing VPN, with BGP they can control the traffic flow both from AWS to On-Prem and On-Prem to AWS.

Route propagation should always be enabled, route propagation is done on the Route Table so you don't need to enable Route propagation for any new connections, once its enabled on the Route Table it will work for all the VPN Connections on the same VGW.

AWS
답변함 6년 전
  • can you advise if we use transit gateway with the same purpose? I am facing issue with static route on the transit gateway.

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

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

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

관련 콘텐츠