Disk overview

更新时间:
复制 MD 格式

ENS disks are block-level storage resources for Edge Node Service (ENS) instances, providing low latency, high performance, high durability, and high reliability. A distributed triplicate mechanism stores three replicas of your data across a storage cluster, providing at least 99.9999% (6 nines) data reliability.

This topic covers independently created disks only. System disks and data disks created together with an ENS instance share the instance's lifecycle and are not included here.

Disk types

ENS disks are classified by performance (ultra disk, all-flash disk) and by usage (system disk, data disk).

Dimension Disk type Description
Performance Ultra disk Cost-effective disks with medium random IOPS and high data reliability.
All-flash disk High-performance disks with consistent high random IOPS and high data reliability.
Usage System disk Contains the operating system. Created only together with an ENS instance; its lifecycle is tied to the instance.
Data disk Stores application data. Can be created separately or together with an ENS instance.

Limits

Item Limit
Maximum system disks per instance 1
Maximum data disks per instance 15 (including data disks created together with the instance)
Ultra disk capacity 20 GiB–32,768 GiB
All-flash disk capacity 20 GiB–32,768 GiB

Data security

Read/write stability

Three replicas of your data are stored in a storage cluster on a node. This distributed triplicate mechanism ensures at least 99.9999% (6 nines) data reliability during read and write operations.

Data deletion

When you delete data, it is cleared from the distributed storage system and cannot be accessed by other users. When a disk is released:

  1. The storage system destroys the disk's metadata, making the data inaccessible.

  2. The physical storage space is recycled and cleared before being re-assigned.

  3. Until data is written to the new disk, all read requests return zero.

Billing

Independently created disks use the pay-as-you-go billing method. Disks created together with an ENS instance use the same billing method and lifecycle as that instance. For current prices, see the buy page.

Billing method

Billing conditions

Formula

Subscription

(created with a subscription instance)

  • Ultra disk unit price: CNY 0.35/GB/month

  • Premium performance disk unit price: CNY 1/GB/month

  • Subscription duration: 1 month

Cost = Disk capacity × Monthly unit price of the disk × Subscription duration

Pay-as-you-go

(includes independently created disks and disks created with a pay-as-you-go instance)

  • Ultra disk unit price: CNY 0.35/GB/month

  • Premium performance disk unit price: CNY 1/GB/month

  • Billing cycle: Monthly

Cost = Peak disk capacity of the month × Monthly unit price of the disk × Validity factor

Note
  • Validity factor: Validity factor = Number of valid days in the month / Total days in the month. For example, in June 2024, the total number of days is 30. If the number of valid days in the billing cycle is 26, the validity factor is 26 / 30 = 0.86666667.

  • Number of valid days: The number of days from the disk creation date to the disk release date within the current month. If the disk is not released in the current month, the number of valid days is the number of days from the creation date to the end of the month.

    • Scenario 1: A disk is created on June 5, 2024, and released on June 25, 2024. The number of valid days in June 2024 is 21.

    • Scenario 2: A disk is created on June 5, 2024, and is used until the end of the month. The number of valid days in June 2024 is 26.