A VPC provides an isolated virtual network for ECSs. You can configure and manage the network as required.
You can create a VPC by following the procedure provided in this section. Then, create subnets, security groups, and assign EIPs by following the procedure provided in subsequent sections based on your actual network requirements.
A default subnet will be created together with a VPC and you can also click Add Subnet to create more subnets for the VPC.
Category |
Parameter |
Description |
Example Value |
---|---|---|---|
Basic Information |
Region |
Regions are geographic areas that are physically isolated from each other. The networks inside different regions are not connected to each other, so resources cannot be shared across different regions. For lower network latency and faster access to your resources, select the region nearest you. |
eu-de |
Basic Information |
Name |
The VPC name. The name can contain a maximum of 64 characters, which may consist of letters, digits, underscores (_), hyphens (-), and periods (.). The name cannot contain spaces. |
VPC-001 |
Basic Information |
CIDR Block |
The CIDR block of the VPC. The CIDR block of a subnet can be the same as the CIDR block for the VPC (for a single subnet in the VPC) or a subset of the CIDR block for the VPC (for multiple subnets in the VPC). The following CIDR blocks are supported: 10.0.0.0/8-24 172.16.0.0/12-24 192.168.0.0/16-24 |
192.168.0.0/16 |
Default Subnet |
Name |
The subnet name. The name can contain a maximum of 64 characters, which may consist of letters, digits, underscores (_), hyphens (-), and periods (.). The name cannot contain spaces. |
Subnet |
Default Subnet |
CIDR Block |
The CIDR block for the subnet. This value must be within the VPC CIDR block. |
192.168.0.0/24 |
Default Subnet |
Associated Route Table |
The default route table to which the subnet will be associated. You can change the route table to a custom route table on the Subnets page. |
Default |
Default Subnet/Advanced Settings |
Gateway |
The gateway address of the subnet. |
192.168.0.1 |
Default Subnet/Advanced Settings |
DNS Server Address |
By default, two DNS server addresses are configured. You can change them as required. A maximum of five DNS server addresses can be configured. Multiple IP addresses must be separated using commas (,). |
100.125.x.x |
Default Subnet/Advanced Settings |
NTP Server Address |
The IP address of the NTP server. This parameter is optional. You can configure the NTP server IP addresses to be added to the subnet as required. The IP addresses are added in addition to the default NTP server addresses. If this parameter is left empty, no IP address of the NTP server is added. A maximum of four IP addresses can be configured. Multiple IP addresses must be separated using commas (,). |
192.168.2.1 |
Default Subnet/Advanced Settings |
Tag |
The subnet tag, which consists of a key and value pair. You can add a maximum of 20 tags to each subnet. The tag key and value must meet the requirements listed in Table 3. |
|
Default Subnet/Advanced Settings |
Description |
Supplementary information about the subnet. This parameter is optional. The subnet description can contain a maximum of 255 characters and cannot contain angle brackets (< or >). |
N/A |
Parameter |
Requirements |
Example Value |
---|---|---|
Key |
|
vpc_key1 |
Value |
|
vpc-01 |
Parameter |
Requirements |
Example Value |
---|---|---|
Key |
|
subnet_key1 |
Value |
|
subnet-01 |