Enable AWS Site-to-Site VPN tunnel endpoint lifecycle control
Endpoint lifecycle control can be enabled on an existing or new VPN connection. This can be done using either the AWS Management Console or AWS CLI.
Note
By default when you turn on the feature for an existing VPN connection, a tunnel endpoint replacement will be initiated at the same time. If you want to turn the feature on, but not initiate an tunnel endpoint replacement immediately, you can use the skip tunnel replacement option.
- Existing VPN connection
-
The following steps demonstrate how to enable tunnel endpoint lifecycle control on an existing VPN connection.
To enable tunnel endpoint lifecycle control using the AWS Management Console
-
Open the Amazon VPC console at https://console.aws.amazon.com/vpc/
. -
In the left-side navigation pane, choose Site-to-Site VPN Connections.
-
Select the appropriate connection under VPN connections.
-
Choose Actions, then Modify VPN tunnel options.
-
Select the specific tunnel that you want to modify by choosing the appropriate VPN tunnel outside IP address.
-
Under Tunnel Endpoint Lifecycle Control, select the Enable check box.
-
(Optional) Select Skip tunnel replacement.
-
Choose Save changes.
To enable tunnel endpoint lifecycle control using the AWS CLI
Use the modify-vpn-tunnel-options
command to turn on tunnel endpoint lifecycle control. -
- New VPN connection
-
The following steps demonstrate how to enable tunnel endpoint lifecycle control during creation of a new VPN connection.
To enable tunnel endpoint lifecycle control during creation of a new VPN connection using the AWS Management Console
-
Open the Amazon VPC console at https://console.aws.amazon.com/vpc/
. -
In the navigation pane, choose Site-to-Site VPN Connections.
-
Choose Create VPN connection.
-
In the sections for Tunnel 1 options and Tunnel 2 options, under Tunnel Endpoint Lifecycle Control, select Enable.
-
Choose Create VPN Connection.
To enable tunnel endpoint lifecycle control during creation of a new VPN connection using the AWS CLI
Use the create-vpn-connection
command to turn on tunnel endpoint lifecycle control. -