All Products
Search
Document Center

Elastic Compute Service:Create a snapshot consistency group

Last Updated:Mar 26, 2026

You can use a snapshot-consistent group to create snapshots for multiple cloud disks attached to one or more Elastic Compute Service (ECS) instances in the same zone. This ensures point-in-time consistency and crash consistency of data written to the disks. This topic describes how to create a snapshot-consistent group.

Considerations

Before you create a snapshot-consistent group, review the following considerations.

Notes

Description

Impact on performance

During the first few seconds of snapshot creation, disk I/O may experience jitter (typically not exceeding 10%). When the upload progress is displayed in the Progress column in ECS Console - Snapshots, the read and write performance will return to normal.

Billing

Creating a snapshot-consistent group is free. However, you incur storage fees for the snapshots created in the group, based on snapshot size and retention period. For more information, see Snapshot billing.

Limits

  • The snapshot-consistent group feature supports only Enterprise SSD (ESSD) series disks (ESSDs, ESSD AutoPL disks, ESSD Entry disks, and Regional ESSDs), and the multi-attach feature must be disabled for these disks.

    Important

    Regional ESSDs can be added to a snapshot-consistent group only with other Regional ESSDs.

  • You can create a snapshot-consistent group only for cloud disks in the same zone.

  • You cannot specify custom retention periods for snapshots created using a snapshot-consistent group. By default, the snapshots are retained until you manually delete them.

  • You can create a snapshot-consistent group across multiple ECS instances. However, each group has limits on the number of disks and total disk capacity:

    • China (Hohhot), Thailand (Bangkok), South Korea (Seoul), Malaysia (Kuala Lumpur), UK (London), SAU (Riyadh - Partner Region), UAE (Dubai), Japan (Tokyo), Philippines (Manila), China (Guangzhou), China (Qingdao), US (Silicon Valley), China (Hong Kong), Singapore, China (Fuzhou - Local Region - Closing Down), China (Nanjing - Local Region - Closing Down), China (Wuhan - Local Region), and Mexico: A single snapshot consistency group can contain up to 128 disks, and the total disk capacity cannot exceed 256 TiB.

    • All other regions: Up to 16 disks per group, with a total capacity limit of 32 TiB.

  • Total concurrent quota: A single Cloud Disk can have a maximum of 10 ongoing snapshot tasks, including Manual Snapshots, Automatic Snapshots, and Snapshot Consistency Group tasks. If this quota is reached, the Cloud Disk cannot be selected when you create a new Snapshot Consistency Group.

For more information about snapshot creation, see the Considerations section.

Prerequisites

  • ECS Snapshot is activated. For more information, see Activate ECS Snapshot.

  • The ECS instances to which the disks are attached must be in the Running or Stopped state. The disks must be in the In Use state.

Procedure

  1. Go to ECS console - Snapshot-consistent Groups.

  2. In the top navigation bar, select the region and resource group of the resource that you want to manage. Region

  3. On the Snapshot-consistent Groups tab, click Create Snapshot-consistent Group.

  4. In the Create Snapshot dialog box, set the parameters for the snapshot consistency group.

    Parameter

    Description

    Resource Types

    By default, the Instance option is selected, allowing you to select one or more cloud disks from an instance, create a snapshot consistency group, and then create snapshots for the disks in the group to ensure data consistency.

    Note

    You can also set Resource Types to Disks to create a snapshot for a single disk. For more information, see Create a snapshot manually.

    Select Instances

    Select one or more ECS instances for which you want to create the snapshot-consistent group.

    Select Disks

    On the instance, you can select the disks to include in a snapshot consistency group.

    Note

    You can select only ESSDs, ESSD AutoPL disks, ESSD Entry disks, and Regional ESSDs. Regional ESSDs can be added to a snapshot-consistent group only with other Regional ESSDs.

    Snapshot-consistent Group Name

    Enter a name for the snapshot-consistent group.

    (Optional) Advanced Settings

    Application-consistent Snapshot

    Enable Application-consistent Snapshot: By default, this option is not selected. Select it to enable the application-consistent snapshot feature.

    Note
    • If your business requires strict data consistency, enable the application-consistent snapshot feature when you create the snapshot-consistent group. This feature ensures internal data consistency within applications. For more information, see Create application-consistent snapshot.

    • For limits on the application-consistent snapshot feature, see the Limits section.

    Description

    Enter a description for the snapshot-consistent group to help with management.

    Tag

    Add tag key-value pairs to the snapshot-consistent group to help manage resources.

  5. Click OK.

  6. Optionally, on the Snapshot-consistent Groups tab, view the snapshot-consistent group in the list or click its ID to view snapshot details.

References