ECS Types
- General computing
- Dedicated general-purpose
- Memory-optimized
- Disk-intensive
- GPU-accelerated
ECS Flavor Naming Rules
ECS flavors are named in the "AB.C.D" format.
Example: s6.medium.4
The format is defined as follows:
- A indicates the instance family. For example, s indicates general computing, c indicates general computing-plus, and m indicates memory-optimized.
- B indicates the instance generation. For example, 6 in s6 indicates the general computing VI generation.
- C indicates the instance size, such as medium, large, xlarge, 2xlarge, 4xlarge, and 8xlarge.
- D indicates the ratio of memory to vCPUs expressed in a digit. For example, value 4 indicates that the ratio of memory to vCPUs is 4.
vCPU
ECS supports hyper-threading, which enables two threads to run concurrently on a single CPU core. Each thread is represented as a virtual CPU (vCPU). When hyper-threading is enabled, each CPU core contains two vCPUs available to your workloads.
For example, a 2-core physical CPU contains 4 vCPUs (threads).
Hyper-threading is enabled for most ECS flavors by default. If hyper-threading is disabled during the ECS creation or flavor change, the number of vCPUs is half of the number of vCPUs defined by the ECS flavor.
Network QoS
Network QoS uses basic technologies to improve the quality of network communication. A network with QoS enabled offers predictable network performance and effectively allocates network bandwidth.
- Assured network bandwidth: indicates the guaranteed bandwidth allocated to an ECS when there is a network bandwidth contention in the entire network.
- Maximum network bandwidth: indicates the maximum bandwidth that can be allocated to an ECS when the ECS does not compete for network bandwidth (other ECSs on the host do not have high requirements on network bandwidth).
- Maximum network PPS: indicates the maximum number of packets that an ECS can transmit and receive per second.
Packets per second (PPS): indicates the number of packets received and sent per second. It is usually used to measure the network performance.
- NIC multi-queues: allocates NIC interruptions to multiple vCPUs for higher PPS performance and bandwidth
- Maximum NICs: indicates the maximum number of NICs that can be attached to an ECS.
- Maximum supplementary NICs: indicates the maximum number of supplementary NICs that can be attached to an ECS.
- For instructions about how to test PPS, see How Can I Test Network Performance?
- For instructions about how to enable NIC multi-queue, see Enabling NIC Multi-Queue.
- The maximum bandwidth is the total bandwidth allocated to an ECS. If an ECS has multiple NICs, the sum of the maximum bandwidths allocated to all NICs cannot exceed the maximum bandwidth allocated to the ECS.
- A NIC refers to an elastic network interface. You can create and configure network interfaces and attach them to your ECSs for flexible and highly available network configurations.
For details, see Elastic Network Interface.
- A supplementary NIC is a supplement to NICs. If the number of NICs that can be attached to your ECSs cannot meet your requirements, you can use supplementary NICs.
For details, see Supplementary Network Interface.
Dedicated and Shared ECSs
| Dimension | Dedicated ECS | Shared ECS |
|---|---|---|
| CPU Allocation | CPUs are exclusively used and there is no CPU contention. | CPUs are shared and CPU contention may occur. |
| Feature |
|
|
| Scenario | For enterprises that have high requirements on service stability | For small- and medium-sized websites or individuals that have requirements on cost-effectiveness |
| ECS Specifications | Specifications except general computing | x86 computing: |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.