What Is Virtual Private Cloud?
VPC Overview
Virtual Private Cloud (VPC) allows you to provision logically isolated virtual private networks for cloud resources, such as cloud servers, containers, and databases. You can create subnets, security groups, network ACLs, route tables, and more to manage cloud resources flexibly. You can also use EIPs to connect cloud resources in VPCs to the Internet, and use Direct Connect and VPN to connect on-premises data centers to VPCs to build a hybrid cloud network.
The VPC service uses network virtualization technologies, such as link redundancy, distributed gateway clusters, and multi-AZ deployment, to ensure network security, stability, and availability.
Product Architecture
The following describes the basics, security, connectivity, and O&M of VPCs.
Item |
Brief |
Details |
---|---|---|
VPC basics |
A VPC is a logically isolated virtual private network on the cloud. You can define a CIDR block for each VPC and create one or more subnets in the VPC. You can also configure VPC route tables to control where traffic is directed. VPCs are logically isolated from each other, but subnets in a VPC can communicate with each other by default. |
|
VPC security |
Security groups and network ACLs protect instances deployed in a VPC. |
Network ACLs protect subnets, while security groups protect instances in a subnet. If both security group and network ACL rules are configured, traffic matches network ACL rules first and then security group rules. For details, see Access Control Overview. |
VPC connectivity |
You can use VPC together with other networking services to build networks for different needs.
|
|
VPC O&M |
VPC flow logs track traffic in a VPC for network O&M. |
VPC flow logs record traffic to and from a VPC in real time. VPC flow logs help you monitor network traffic, analyze network attacks, and determine whether security group and network ACL rules require modification. For more information, see VPC Flow Log. |
Accessing the VPC Service
- Management console
You can use the console to directly perform operations on VPC resources. To access the VPC service, log in to the management consolemanagement console and select Virtual Private Cloud from the console homepage.
- API
If you need to integrate a VPC into a third-party system for secondary development, you can use APIs to access the VPC service. For details, see the Virtual Private Cloud API Reference.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.