All Products
Search
Document Center

Elastic Compute Service:Snapshot Overview

Last Updated:Feb 26, 2026

Snapshots provide point-in-time replicas of cloud disk data and serve as a critical component of your disaster recovery strategy. Use snapshots to back up business data stored on cloud disks at regular intervals. This protects against data loss caused by accidental operations, malicious attacks, or viruses. If data loss or corruption occurs on a cloud disk, you can restore the disk to an earlier point in time using a snapshot, ensuring business continuity.

Important

Elastic Compute Service (ECS) instances do not automatically back up data stored on cloud disks. To reduce the risk of data loss from major O&M operations—such as configuration changes or upgrades—along with from attacks or viruses, create snapshots periodically after creating ECS instances.

Scenarios

Use Alibaba Cloud snapshots in the following scenarios.

  • Daily data backup

    Use automatic snapshot policies to create snapshots for cloud disks at scheduled intervals and retain them for a specified period. This provides daily protection for cloud disk data against accidental operations, virus infections, or malicious attacks.

  • Critical Operation Protection

    Before performing O&M operations on ECS instances or cloud disks—such as capacity expansion, configuration changes, or migration—manually create snapshots to back up data. If issues arise, you can quickly restore business data from these snapshots.

  • Fast data restoration

    If your system encounters software compatibility issues during an upgrade or suffers a service interruption, roll back cloud disks using the corresponding snapshots. This restores business data rapidly and maintains business continuity.

  • Batch business deployment

    Create custom images from snapshots and then launch ECS instances from those images. This enables efficient, large-scale deployment or upgrade of business applications across multiple sites.

  • Batch data distribution

    Create multiple new cloud disks from a single snapshot and attach them to ECS instances as needed. This distributes business data quickly and efficiently.

Note

Snapshots back up individual disks or disk groups. To simultaneously back up or clone all disks attached to an ECS instance, use the ECS instance backup feature of Cloud Backup.

Get started with snapshots

Working principles

Snapshots use data blocks—the fundamental unit for managing data in a storage system—as the smallest unit for backup. The first standard snapshot of a disk is a full snapshot, which copies all data blocks on the disk. Subsequent standard snapshots are incremental snapshots, which copy only the data blocks that have changed since the previous snapshot. This approach reduces storage usage and lowers costs. For more information about how snapshots work, see How snapshots work.

Storage locations

Snapshots are stored by default in Object Storage Service (OSS) to ensure long-term data security and flexible recovery. The OSS bucket used for this purpose is managed internally and is not visible to you. For security reasons, you cannot store snapshots in your own OSS buckets.

  • By default, snapshot data is stored in zone-redundant storage (ZRS) buckets in regions where OSS supports ZRS, maximizing data redundancy.

  • In regions where OSS does not support ZRS, snapshot data is stored in locally redundant storage (LRS) buckets. If your business requires high availability, we recommend that you copy snapshots to back up data across regions.

For information about the regions where Object Storage Service (OSS) supports zone-redundant storage, see Storage redundancy and Create a zone-redundant storage bucket.

Note

After creating a cloud disk or rolling back a cloud disk using a snapshot, the snapshot data loads from OSS to the cloud disk. The cloud disk prioritizes loading data that is read first. The duration of this process depends on the data volume of the snapshot and ranges from minutes to hours. During this time, read access latency for the cloud disk increases. Once all snapshot data blocks load to the cloud disk, read performance returns to normal.

Snapshot instant access

Creating and uploading a snapshot for a disk with a large amount of data takes longer. The instant access (IA) feature lets you use snapshots within seconds of creation, before they finish uploading to Object Storage Service (OSS). You can use IA snapshots to create cloud disks, roll back cloud disks, or share snapshots. For more information, see Snapshot instant access.

Snapshot data security

To meet security and compliance requirements, snapshots are encrypted during storage and backup. Snapshot encryption ensures that backups of encrypted cloud disks—including system disks and data disks—remain encrypted. Even if snapshot data is compromised, it cannot be decrypted, preserving the confidentiality and integrity of your backup data.

If a cloud disk is encrypted, its snapshots inherit the encryption attribute. Snapshot data remains encrypted during storage, transmission, cross-region copying, and restoration. For more information, see Confidentiality of data storage.

Snapshot types

Disk snapshots created on Alibaba Cloud are standard snapshots by default. You can archive a standard snapshot to convert it into an archive snapshot. The main differences between standard and archive snapshots are as follows:

Item

Standard snapshot

Archive snapshot

Scenario

Suitable for daily data protection tasks, such as temporary data backup and creating cloud disks from snapshots for service distribution.

Suitable for infrequently accessed data requiring long-term retention, especially when storage cost optimization is a priority.

Convertibility

Standard snapshots can be converted to archive snapshots.

Archive snapshots cannot be restored to standard snapshots.

Disk rollback, disk creation, image creation, and snapshot sharing

Supported.

Supported.

Note

You can share archive snapshots, but you cannot archive snapshots shared with you.

Snapshot replication and encryption

Supported.

Not supported.

Retention period

  • 1 to 65,536 days

  • Permanent retention

Note

If your Alibaba Cloud account has overdue payments, your snapshot service is affected. For more information, see Overdue payments.

The retention period of an archive snapshot consists of two parts: the standard tier retention period (duration of standard snapshot storage) and the archive tier retention period (duration of retention after archiving).

  • Standard tier: Cannot be modified. A standard snapshot must be retained for at least 14 days before it can be archived.

  • Archive tier:

    • 60 days to (65,536 days minus the standard tier retention period)

    • Permanent Retention

Note

If your Alibaba Cloud account has overdue payments, your snapshot service is affected. For more information, see Overdue payments.

Snapshot fees

  • Unit price: For current pricing, see or the Elastic Compute Service product page.

  • Billable items: Standard snapshot storage fees are charged based on snapshot size and usage duration.

For more information, see Snapshot billing.

  • Unit price: Subject to the and Elastic Compute Service product page.

  • Billable items: Archive snapshot storage fees are charged based on archive snapshot size and usage duration.

    Important

    The minimum retention period for an archive snapshot is 60 days (1,440 hours). If you delete an archive snapshot before this period ends, you are charged a fee for deleting the snapshot before the minimum retention period.

For more information, see Snapshot billing.

Snapshot functionality

The following figure shows common snapshot features across the snapshot lifecycle.

image

Feature

Description

References

Create a snapshot

You can create a standard snapshot using one of the following methods:

  • Manual snapshot creation

    • Manually create a snapshot for a single cloud disk.

    • To ensure backup consistency, manually create snapshots for multiple cloud disks on one or more ECS instances simultaneously by creating a snapshot consistency group.

  • Automatic snapshot creation

    Create an automatic snapshot policy and apply it to cloud disks. The system creates snapshots for each disk according to the policy schedule.

Use a snapshot

Copy a snapshot

Copy snapshots from one region to another to back up data across regions.

Copy a snapshot

Archive snapshots

Archive standard snapshots that are infrequently accessed but require long-term retention to reduce storage costs.

Archive a snapshot

Share a snapshot

Share snapshots with other Alibaba Cloud accounts or within your organization using resource directories. Other accounts can use your shared snapshots to quickly create disks for daily O&M tasks.

Share a snapshot

Roll back a cloud disk using a snapshot

If system faults occur or data is lost due to accidental operations, use snapshots to roll back cloud disks and restore data.

  • Roll back a single cloud disk using a single snapshot.

  • Roll back multiple cloud disks simultaneously using a snapshot consistency group.

Create a cloud disk from a snapshot

Create a new data disk from a snapshot. The new disk contains identical data to the original disk at the time the snapshot was taken. This enables data replication within the same zone or across zones, supporting environment cloning or data backup.

Create a disk from a snapshot

Create an image from a system disk snapshot

Create a custom image from a system disk snapshot. This replicates the operating system and data environment of an ECS instance. Then, use the custom image to launch multiple ECS instances, enabling rapid application environment replication.

Create a custom image from a snapshot

Delete a snapshot

If you no longer need a snapshot or exceed your snapshot quota, delete the snapshot to free storage space and avoid ongoing charges.

Billing

  • You must enable the snapshot service before you can use snapshots. Enabling the snapshot service is free of charge. Billing starts only after a snapshot is created. By default, manual snapshots and snapshots created by an automatic snapshot policy are standard snapshots. Alibaba Cloud charges a standard snapshot storage fee in each region based on the standard snapshot size and storage duration.

  • To reduce storage costs, you can archive standard snapshots. When you archive a standard snapshot, it is converted to an archive snapshot. Alibaba Cloud charges an archive snapshot storage fee in each region based on the archive snapshot size and storage duration.

    Important

    The minimum retention period for an archive snapshot is 60 days (1,440 hours). If you delete an archive snapshot before this period ends, you are charged a fee for deleting the snapshot before the minimum retention period.

  • If you use the snapshot replication feature to copy standard snapshots to a destination region for cross-region data backup, you incur a snapshot replication traffic fee and a standard snapshot storage fee in the destination region. Archive snapshots cannot be replicated.

For more information about snapshot billing, see Snapshot billing.

Limits

Note the following limits when using snapshots:

Limit

Description

Snapshot quotas

  • For information about the maximum number of snapshots that can be retained per disk and the maximum number of automatic snapshot policies you can configure, see Snapshot limits.

  • Up to 100 automatic snapshot policies can be retained per region per account.

  • A single disk has a limit on the number of concurrent snapshot creation tasks, including manual snapshots, automatic snapshots, snapshots in a snapshot consistency group, and snapshots for images.

    • ESSD series disks (ESSDs, ESSD AutoPL disks, ESSD Entry disks, and Regional ESSDs): 10

    • Legacy disks (standard SSDs, ultra disks, and basic disks): 1

  • A single disk supports a maximum of 10 concurrent archive tasks. This limit includes tasks for manual snapshots, automatic snapshots, consistency group snapshots, and image snapshots. If this limit is exceeded, you cannot start new archive operations.

Categories of block storage devices

  • local disks, or elastic ephemeral disks.

  • Only ESSD series disks (ESSDs, ESSD AutoPL disks, and ESSD Entry disks) for which the multi-attach feature is disabled support the snapshot consistency group feature.

  • Only ESSD series disks (ESSD, ESSD AutoPL, ESSD Entry, and zone-redundant ESSD) support the snapshot instant access feature. For more information, see Snapshot instant access.

Download or export of snapshots

Downloading or exporting created snapshots is not supported.

You can create custom images from snapshots and then export the custom images to a local device.

Other limitations

Manual and automatic snapshot creation has the following constraints:

  • ESSD series disks (ESSD, ESSD AutoPL, ESSD Entry, and ESSD zone-redundant disks)

    A single disk supports the concurrent creation of manual and automatic snapshots. However, the number of concurrent snapshots that can be created is limited. For more information, see Snapshot limits. If the number of concurrent snapshots that are being created for a disk reaches the upper limit, subsequent snapshot creation tasks fail.

  • Previous generation disks (standard SSDs, ultra disks, and basic disks)

    • Concurrent creation of manual and automatic snapshots is not supported.

    • At the point in time when an automatic snapshot is scheduled to be created, if a snapshot (manual or automatic) is being created for the disk, the system does not create an automatic snapshot at this point in time. An automatic snapshot is created at the next scheduled point in time.

    • If an automatic snapshot is being created for a disk, you must wait for the automatic snapshot to be created before you can manually create a snapshot.

Note

For information about the differences between manual and automatic snapshots, see Differences between automatic and manual snapshots.

FAQ

For frequently asked questions about snapshots, see Data Protection and Recovery.