Tencent Cloud provides Virtual Private Cloud (VPC), a platform for hosting TencentDB instances. You can launch Tencent Cloud resources in a VPC, such as TencentDB instances.
A common scheme is to share data between a TencentDB instance and a web server running in the same VPC. This document uses this scheme to create a VPC and add a TencentDB instance to it.
This document describes how to add CVM and TencentDB for SQL Server instances in the same VPC for interconnection between Tencent Cloud resources over the private network in the VPC.
A VPC has at least one subnet, and Tencent Cloud service resources can only be added in a subnet.
10.0.0.0
- 10.255.255.255
(mask range required to be between 16 and 28)172.16.0.0
- 172.31.255.255
(mask range required to be between 16 and 28)192.168.0.0
- 192.168.255.255
(mask range required to be between 16 and 28)192.168.0.0/16
, then the IP ranges of subnets in it can be 192.168.0.0/16
or 192.168.0.0/17
for example. You can create one or more subnets at the same time.
Log in to the VPC Console.
Click Subnet on the left sidebar to enter the management page.
Select the region and VPC of the subnet to be created and click +Create.
Enter the subnet's name, CIDR, availability zone, and associated route table.
(Optional) Click +New Line to create multiple subnets at a time.
Click Create.
You can create a custom route table, edit its routing policy, and associate it with a specified subnet. The routing table associated with the subnet is used to specify outbound routes for the subnet.
Log in to the VPC Console and select Route Tables on the left sidebar.
Select the region and VPC at the top of the list and click +Create.
In the dialog box that pops up, enter the name, network, and new routing policy and click Create. Return to the route table list and you can see the created routing table.
Select Subnet on the left sidebar in the console, select the subnet to be associated with the routing table, and click Change Route Table in the Operation column to associate it.
Log in to the VPC Console.
Click Subnet on the left sidebar to enter the management page.
Click the "Add CVM" icon in the row of the subnet where the CVM is to be added.
Complete the purchase of a CVM instance as prompted on the page. For more information, please see Purchase Methods in the CVM documentation.
Was this page helpful?