Updated on 2026-07-22 GMT+08:00

Creating a Snapshot Consistency Group

Scenarios

When you create snapshots individually for multiple disks, they may be generated at different points in time, which can lead to data inconsistency. For example, in database scenarios where data files and log files are stored on different disks, creating separate snapshots for each disk may result in data corruption or loss because the snapshots do not capture data at the same moment in time. Snapshot consistency groups address this issue by allowing you to create snapshots for disks across one or more servers simultaneously, ensuring write-ordering consistency and crash consistency of the disk data.

Snapshot consistency groups are available only in some regions. You can check the supported regions on the console.

Impacts on Performance

During the snapshot creation, disk I/Os are affected, so you may experience slow reads or writes at certain points. It is recommended that you create snapshots at off-peak hours.

Billing

Creating a snapshot consistency group is free, but the snapshots created will be billed based on their storage used and usage duration. For details, see Billing for EVS Snapshots.

Constraints

  • You can use a snapshot consistency group to create snapshots for up to 64 disks at a time.
  • Instant Snapshot Restore is not supported when you create snapshot consistency groups for Common I/O and High I/O disks.
  • A snapshot consistency group can only contain disks that are in the same AZ.
  • If a snapshot is being created for a disk, you can only create a snapshot consistency group after the snapshot is created.

Prerequisites

You can only create snapshot consistency groups for disks in the Available or In-use state. Check the disk status in the status column on the disk list page.

Procedure

  1. Sign in to the EVS console.
  2. In the navigation pane on the left, choose Elastic Volume Service > Snapshots.

    The Snapshots page is displayed.

  3. On the Snapshot Consistency Groups tab, click Create Snapshot Consistency Group in the upper right corner.
  4. Configure the required parameters.

    Table 1 Parameter description

    Parameter

    Description

    Region

    The region to which the snapshot consistency group belongs.

    The snapshot consistency group must be in the same region as its source disks.

    AZ

    The AZ to which the snapshot consistency group belongs.

    Select Servers

    You can select multiple servers. The servers must be in the same region and AZ.

    Select Disks

    You can select multiple disks. The disks must be in the same region and AZ.

    Group Name

    Mandatory

    It can contain a maximum of 64 characters.

    Group Description

    The description can contain up to 255 characters.

    Tag

    Optional

    You can add tags to snapshots when creating a snapshot consistency group.

    A tag consists of a tag key and a tag value.

    • A tag key cannot start or end with a space, or start with _sys_. It can contain up to 128 characters including letters, digits, spaces, and the following special characters: _.:=+-@
    • A tag value can contain up to 255 characters including letters, digits, spaces, and the following special characters: _.:/=+-@

    Instant Snapshot Restore

    Snapshots with Instant Snapshot Restore enabled allow you to create disks or roll back disk data even if the snapshots are being created, and the restoration speed and creation speed are fast. For more information, see Instant Snapshot Restore (for Standard Snapshots).

    Enterprise Project

    When creating a snapshot consistency group, you can add the group to an existing enterprise project or a new one. An enterprise project enables project-level management and grouping of cloud resources and users. The default project is default.

  5. Click Submit.

    After the snapshot consistency group is created, you can view it on the Snapshot Consistency Groups tab.

Helpful Links