2 Answers
- Newest
- Most votes
- Most comments
1
To manually bring down an AWS Site-to-Site VPN tunnel, you can modify the VPN connection's static routes to force traffic to use the other tunnel. You can do this in the AWS Management Console:
- Navigate to VPC > Site-to-Site VPN Connections.
- Select your VPN connection.
- Go to "Static Routes" tab.
- Modify or delete the static route associated with the tunnel you want to bring down.
This will cause traffic to use the other tunnel.
0
Hi,
If you are wanting to preserve the tunnel configuration, the best course of action would be to disable or change an option for phase1/2 such as your pre-shared-key, IKE version, etc. You can find these options in the public documentation for AWS site-to-site VPN tunnels here
Relevant content
- asked 2 years ago
- asked 10 months ago
- asked a year ago
- asked 3 years ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 4 months ago