Skip to content

This is a script that runs on a monitor instance and monitors two VPN appliance instances. Upon failure, it switches routes in RT_TABLES and EIP to the healthy instance

Notifications You must be signed in to change notification settings

amadrizwan/AWS-VPNappliance-HA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

AWS-VPNappliance-HA

The input variables required for the script to work:

EIP = Elastic IP address - public IP address to be used as VPN endpoint at AWS side
VPN1_ID = Instance ID of VPN appliance 1
VPN2_ID = Instance ID of VPN appliance 2
RT_ID = Routing table ID - the routing table in which the specified remote CIDR has to be rerouted to healthy VPN appliance
REMOTE_RANGE = remote CIDR to be rerouted in $RT_ID routing table

About

This is a script that runs on a monitor instance and monitors two VPN appliance instances. Upon failure, it switches routes in RT_TABLES and EIP to the healthy instance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages