tencent cloud

Virtual Private Cloud

Release Notes and Announcements
Release Notes
Announcements
Tencent Cloud Network Overview
Product Introduction
Overview
Strengths
Use Cases
Concepts
Quota Limit
Service Regions and Service Providers
Purchase Guide
Billing Overview
Payment Overdue
Quick Start
Network Planning
VPC Connections
Building Up an IPv4 VPC
Operation Guide
Network Topology
Network performance dashboard
Virtual Private Cloud (VPC)
Subnets
Route Tables
Elastic IP
HAVIPs
Elastic Network Interface
Bandwidth Package
Network Connection
Security Management
Diagnostic Tools
Alarming and Monitoring
Practical Tutorial
View the Total Bandwidth for Single-Region Traffic-Based Billing
Migrating from the Classic Network to VPC
Best Practices of Security Group Change
Configuring CVM Instance as Public Gateway
Building HA Primary/Secondary Cluster with HAVIP + Keepalived
Hybrid Cloud Primary/Secondary Communication (DC and VPN)
Hybrid Cloud Primary/Secondary Communication (CCN and VPN)
CVM Access to Internet Through EIP
Troubleshooting
VPCs or Subnets Cannot Be Deleted
Network Disconnection After Connecting Two VPCs over CCN
Failed to Ping CVMs in the Same VPC
API Documentation
History
Introduction
API Category
Making API Requests
VPC APIs
Route Table APIs
Elastic Public IP APIs
Elastic IPv6 APIs
Highly Available Virtual IP APIs
ENI APIs
Bandwidth Package APIs
NAT Gateway APIs
Direct Connect Gateway APIs
Cloud Connect Network APIs
Network ACL APIs
Network Parameter Template APIs
Network Detection-Related APIs
Flow Log APIs
Gateway Traffic Monitor APIs
Private Link APIs
Traffic Mirroring APIs
Other APIs
Subnet APIs
VPN Gateway APIs
Security Group APIs
Snapshot Policy APIs
Error Codes
Data Types
FAQs
General
Connection
Security
Contact Us
Glossary

Concepts and Features

PDF
Focus Mode
Font Size
Last updated: 2024-10-22 16:54:13

How do you establish communication between different subnets of a VPC?

Each VPC has private network interconnections by default, and you can see a default route in the corresponding route table. This route indicates that all resources in this VPC can connect with each other by private network.
Subnets in different VPCs cannot interconnect over the private network and can communicate with each other only by using Peering Connections or CCN.

Can different CVMs be deployed in different availability zones in the same VPC?

Yes. A VPC has a region attribute (such as Guangzhou, Beijing, or Seoul), and the subnets in the VPC have an availability zone attribute (such as Guangzhou Zone 1 or Guangzhou Zone 2), so subnets in the same VPC can be deployed in different availability zones in the same region. The availability zone attribute of a CVM inherits that of the subnet it belongs to, and CVMs are purchased under subnets in availability zones. Therefore, it is possible for different CVMs to be deployed in different availability zones.

How do you establish communication between CVMs and databases in different availability zones?

Same VPC: there is interconnection by default. If they do not connect, you can give priority to troubleshooting the firewall policies of the security group and the network ACL.
Different VPCs: you can use Peering Connections or CCN to implement interconnection over the private network between two VPCs.

How many private IP addresses can each VPC provide for Tencent Cloud service instances?

Each VPC can provide up to 65,533 private IP addresses for Tencent Cloud service instances.

What is CIDR?

Classless Inter-Domain Routing (CIDR) implements overall division of the network by using the independent network space address block designated by you together with IP and mask. It eliminates the traditional concepts of class A, class B, and class C address ranges and subnetting and allocates IP address space more effectively. When creating a VPC and subnet, you need to create the corresponding IP range in the form of CIDR block. For example, to create an IP range of 10.0.16.0 - 10.0.17.255, then: Convert 10.0.16.0 - 10.0.17.255 to the binary format 00001010.00000000.00010000.00000000 - 00001010.00000000.00010001.11111111, with the first 23 bits being the same. The CIDR block format after conversion is 10.0.16.0/23.

Why can't I delete the VPC and subnet after manually terminating a TencentDB for Redis instance?

If there is only one TencentDB for Redis instance in the VPC, after the instance is manually terminated, it will be moved to the TencentDB recycle bin. At this time, the Redis resources have not really been released, so the VPC cannot be deleted immediately. You can solve this problem in the following ways:
In the TencentDB recycle bin, eliminate the TencentDB for Redis instance and then delete the VPC and subnet.
Wait for the TencentDB for Redis instance to automatically expire in the TencentDB recycle bin and then delete the VPC and subnet. For more information, please see Terminating Instance.

Why does an application for an EIP fail?

When the EIP quota is exceeded, the application for EIP will fail. For more information on how to view the quota details, please see EIP quota limit.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback