

Difference Item | Standard Account Type | Traditional Account Type |
Whether the network bandwidth can be migrated to other CVMs | Network billing is based on IP addresses, so the network bandwidth can be migrated to other CVMs. | Network billing is based on the bound cloud resource instance, so the network bandwidth cannot be migrated to other cloud resources. |
Elastic Public IPv6 (EIPv6) billing | IPv6 and IPv4 can be added to the same BWP and billed together. | IPv6 can only be billed separately. |
NAT Gateway public network billing | Multiple public network billing modes are supported, such as the traffic and BWP billing modes. | Only billing by traffic is supported. |
Whether you need to purchase a public network for the CLB's backend CVM | You do not need to purchase a public network for the CLB's backend CVM. You only need to purchase bandwidth for the CLB, which facilitates management. | You need to purchase a public network for all backend CVMs of the CLB, which complicates management. |
New network-related features in the future | All are supported, such as dedicated EIPs, Anti-DDoS EIPs, CLB cross-region binding 2.0, and more diverse bandwidth billing modes. | New features are not supported, and only the existing features are maintained. |
CVM Billing Mode | Network Billing Mode | Public IP Address | Upgrade Impact |
Monthly subscription | Monthly bandwidth subscription | Exactly one common public IP address | There is no impact, and the network billing mode and price will remain unchanged. |
| | Both common public IP addresses and EIPs | There is no impact on the billing mode of the CVM, and no refunds are involved. The common public IP addresses will inherit the monthly bandwidth subscription of the CVM, so there is no impact, and no refunds are involved. The network billing mode of the EIPs will be the traffic billing mode by default. |
| | No public IP addresses (including common public IP addresses and EIPs) | There is no impact on the CVM billing mode. The purchased monthly bandwidth subscription will be refunded according to the usage duration. For more information on refunds, see Refund Instructions. |
| | Only EIPs (with an unlimited number) | There is no impact on the CVM billing mode. The purchased monthly bandwidth subscription will be refunded according to the usage duration. For more information on refunds, see Refund Instructions. The network billing mode of the EIPs will be the traffic billing mode by default. |
Pay-as-you-go | By hourly bandwidth | Multiple public IP addresses | The network billing mode of all public IP addresses will be the traffic billing mode by default. |
Business Scenario | Console | API | Difference from Traditional Account Type |
Purchasing CVMs (public network bandwidth not needed) | Do not select Assign Independent Public IP Address: ![]() | When calling the RunInstances API to create a CVM, pay attention to the InternetAccessible parameter: Do not input InternetChargeType, and either do not input InternetMaxBandwidthOut or set it to 0. | Before the upgrade: When you purchase public network bandwidth for the CVM, you do not need to allocate a public IP address at the same time. After the upgrade: When you purchase a CVM, if public network bandwidth is needed, you should purchase and allocate a public IP address at the same time, and set the billing mode and bandwidth limit of the public IP address. |
Purchasing CVMs or the Auto Scaling (AS) service (public network bandwidth required) | Select Assign Independent Public IP Address and set the bandwidth billing mode and bandwidth value: ![]() | When calling the RunInstances API to create a CVM or when calling the CreateLaunchConfiguration API to create the AS service, you should configure the InternetAccessible parameter. InternetChargeType: Set the bandwidth billing mode. When the billing mode is set to BANDWIDTH_PACKAGE, you should specify the BWP ID to be added in BandwidthPackageId. InternetMaxBandwidthOut: Set the public network bandwidth limit. PublicIpAssigned: Set it to true to allocate a public IP address. | |
Purchasing EIPs | You need to set the billing mode and bandwidth limit: ![]() | When calling the AllocateAddresses API to create an EIP, you should set the bandwidth-related parameters: InternetChargeType: Set the bandwidth billing mode. It is TRAFFIC_POSTPAID_BY_HOUR by default. InternetMaxBandwidthOut: Set the public network bandwidth. If you do not input it, the default value of 1 Mbps will be used. | Before the upgrade: No bandwidth-related parameters are available when you purchase an EIP. After the upgrade: You should set the bandwidth billing mode and bandwidth limit when you purchase an EIP. Note: If an EIP is bound to a NAT Gateway, ensure that the sum of the bandwidth limit of all EIPs on the NAT Gateway is not lower than the NAT Gateway bandwidth. Otherwise, this might cause the EIPs to exceed the limit, resulting in packet loss and inefficient NAT Gateway bandwidth usage. |
Purchasing public network CLBs | You need to set the network billing mode and bandwidth limit: ![]() | When calling the CreateLoadBalancer API to create a public network CLB, you should set the InternetAccessible parameter: InternetChargeType: Set the bandwidth billing mode. InternetMaxBandwidthOut: Set the public network bandwidth limit. If you do not input it, the default value of 10 Mbps will be used. | Before the upgrade: No bandwidth-related parameters are available when you purchase a CLB. After the upgrade: You should set the bandwidth billing mode and bandwidth limit when you purchase a public network CLB. |
Changing the billing mode of EIP or CLB billed by traffic to the BWP billing mode after the upgrade | Create a BWP and add the corresponding EIP or CLB resources to it: ![]() | - | |
フィードバック