AWS site-to-site VPN connection redundancy

116 Views Asked by At

Currently, we are building a web service (on AWS) that uses a third-party service. That third-party service only allowed local VPN connection. So we connected that third-party application from our aws infrastructure via a site-to-site VPN like below.

enter image description here

But local VPN service providers are not so reliable. So we want to make redundancy on the local VPN connection. We want to set up a secondary site-to-site VPN connection to that new VPN service provider (B). We want to switch the VPN connection from A to B if A is down.

enter image description here

How could we achieve this using aws (VPN connection switching)?

0

There are 0 best solutions below