Tair (Redis OSS-compatible) allows you to switch the network type of an instance from classic network to Virtual Private Cloud (VPC). This way, clients in the same VPC as the instance can communicate with the instance at higher security levels and lower network latency.
Prerequisites
The instance is deployed in the classic network.
You can view the network type in the Basic Information section of the instance details page.
Impacts
After you switch the network type of an instance from classic network to VPC, you cannot switch it back to classic network.
The instance may experience a transient connection of a few seconds. We recommend that you perform this operation during off-peak hours and make sure that your applications can automatically reconnect to the instance.
When you switch the network type, you can specify whether to retain the classic network endpoint of the instance. If you do not retain the classic network endpoint, the endpoint is released after the network type is switched. Then, clients cannot connect to the instance by using the classic network endpoint. In this case, you must change the database endpoint on your client at the earliest opportunity.
Instance network types
Network type | Description |
VPC (recommended) | A VPC is a private network dedicated to your Alibaba Cloud account. VPCs are logically isolated from each other at Layer 2 to provide higher security and performance. If a client is deployed on an Elastic Compute Service (ECS) instance, you can connect the client to a Tair or Redis Open-Source Edition instance over a VPC for higher security and lower network latency. |
Classic network | Cloud services on the classic network are not isolated. Unauthorized access can be blocked only by using security groups or whitelists. |
If a client is deployed in a VPC and a Tair instance is deployed in the classic network, the client cannot connect to the instance. To connect the client to the instance, switch the network of the instance to the VPC of the client.
Procedure
Log on to the console and go to the Instances page. In the top navigation bar, select the region in which the instance is deployed. Then, find the instance and click its ID.
On the right side of the Connection Information section, click Switch to VPC.
In the panel that appears, configure the parameters.
Parameter
Description
VPC Network
Select the VPC and vSwitch that you want to use.
NoteIf no VPC or vSwitch is displayed in the drop-down list, no VPC or vSwitch is available in the region or zone where the instance resides. In this case, create a VPC and a vSwitch first. Make sure that the VPC resides in the same region as the instance and the vSwitch resides in the same zone as the instance. For more information, see Create and manage a VPC and Create and manage a vSwitch.
vSwitch
Retain the connection address of the classic network
Specify whether to retain the classic network endpoint of the instance. Valid values:
Yes: allows the instance to use both the classic network and VPC endpoints within a specified period of time. Clients can connect to the instance by using both endpoints. However, you must change the database endpoint on your client to the VPC endpoint before the classic network endpoint becomes invalid.
No: releases the classic network endpoint. Clients cannot connect to the instance by using the classic network endpoint.
Retention Days
Specify the retention period of the classic network endpoint. Unit: day. You can also modify the retention period after you switch the network type. For more information, see Modify the expiration date of a classic network endpoint.
Click OK.
FAQ
Why am I unable to select a vSwitch when I switch the network type of an instance?
Can I connect an application to an instance that resides in a different zone of the same region?
Can I keep the endpoint unchanged when I switch the network type of an instance from classic network to VPC?
Related API operations
API operation | Description |
Switches the network type of an instance from classic network to VPC. If the instance is deployed in the classic network, the network type of the instance is switched from classic network to VPC. |