Client connections - AWS Client VPN

Client connections

Connections are VPN sessions that have been established by clients. A connection is established when a client successfully connects to a Client VPN endpoint.

View client connections

You can view client connections using the console and the AWS CLI. The connection information includes the IP address that's assigned from the client CIDR range.

To view client connections (console)
  1. Open the Amazon VPC console at https://console.aws.amazon.com/vpc/.

  2. In the navigation pane, choose Client VPN Endpoints.

  3. Select the Client VPN endpoint for which to view client connections.

  4. Choose the Connections tab. The Connections tab lists all active and terminated client connections.

To view client connections (AWS CLI)

Use the describe-client-vpn-connections command.

Terminate a client connection

When you terminate a client connection, the VPN session ends.

You can terminate client connections using the console and the AWS CLI.

To terminate a client connection (console)
  1. Open the Amazon VPC console at https://console.aws.amazon.com/vpc/.

  2. In the navigation pane, choose Client VPN Endpoints.

  3. Select the Client VPN endpoint to which the client is connected and choose Connections.

  4. Select the connection to terminate, choose Terminate Connection, and choose Terminate Connection.

To terminate a client connection (AWS CLI)

Use the terminate-client-vpn-connections command.