The more data that is stored in a disk, the longer it takes to create a snapshot for the disk. For enhanced SSDs (ESSDs), you can use the instant access feature to create snapshots within seconds.

Note

As of December 14, 2020, the local snapshot feature for ESSDs is upgraded to the instant access feature for ESSDs.

Use scenarios

The instant access feature has the following benefits:
  • Instant access: After the instant access feature is enabled for a snapshot, the snapshot can be used to create disks across zones or roll back disks even when the snapshot is being created. This feature ensures instant access to a new snapshot for an ESSD regardless of the ESSD size.
  • Disk rollback without performance loss: You can use snapshots for which instant access is enabled to roll back ESSDs without performance loss or increase in the I/O latency of the ESSD.

In the scenarios described in the following table, we recommend that you enable the instant access feature to accelerate the creation of snapshots.

ScenarioDescription
DevOps scenario
  • Build a development and test environment based on snapshots.
  • Perform O&M operations in Elastic Compute Service (ECS) by using Operation Orchestration Service (OOS).
Scenario in which snapshots need to be created to back up data before high-risk operations are performed
  • Replace system disks or resize disks.
  • Update business systems.
  • Execute diagnostic tasks in the ECS console.

Usage notes

Enable the instant access feature

Before you enable instant access, take note of the following items:
  • This feature is applicable only to ESSDs.
  • Up to 10 snapshots that have instant access enabled can be retained for a single ESSD. If an ESSD already has 10 snapshots for which instant access is enabled, instant access cannot be enabled for more snapshots of the ESSD.
  • ESSDs whose snapshots have instant access enabled cannot be re-initialized.
  • You can enable instant access only when you manually create a snapshot for an ESSD.

Disable the instant access feature

When you disable instant access, take note of the following items:
  • The instant access feature cannot be disabled when a snapshot is being created. After the snapshot is created, you can disable this feature.
  • When you delete snapshots for which instance access is enabled, instant access is automatically disabled.
  • When you delete an ESSD whose snapshot has instance access enabled, instant access is automatically disabled.

Billing methods

After you enable the instant access feature, you are charged storage fees for normal snapshots and instant access snapshots and service fees for instant access. Service fees for instant access include the feature usage fee and the storage fee of instant access snapshots. For more information, see Snapshots.

Note The instant access feature is separately billed. You can disable the feature to reduce costs after a snapshot is created. You are still charged for the storage of the snapshot.

Enable the instant access feature

You can enable instant access only when you manually create a snapshot for an ESSD. Perform the following steps to manually enable instant access:

  1. Log on to the ECS console.
  2. In the left-side navigation pane, choose Instances & Images > Instances.
  3. In the top navigation bar, select a region.
  4. On the Instances page, find the instance that you want to manage and click its ID.
  5. On the Instance Details page, click the Cloud Disk tab.
  6. Find the ESSD for which you want to create a snapshot and click Create Snapshot in the Actions column.
  7. In the Create Disk Snapshot dialog box, configure the parameters described in the following table.
    ParameterDescription
    Snapshot NameThe name of the snapshot.
    Snapshot TypeThe type of the snapshot. Select IA Snapshot. You are charged storage fees for the snapshot and service fees for instance access. For more information, see Snapshots.
    Retention PeriodThe number of days during which snapshots are retained. You can select Permanently or Retained For.
    Instant Access

    The number of days during which the instant access feature is enabled. This feature is automatically disabled when the specified duration ends.

    Note The validity duration of instant access cannot exceed the retention time of the snapshot.
    TagThe tag that you want to add to the snapshot. You can use multiple tags to classify snapshots for easy search and batch operations.
    Resource GroupThe resource group to which the snapshot belongs. You can use resource groups to manage snapshots at different levels.
  8. Click OK.
After the snapshot is created, choose Storage & Snapshots > Snapshots in the left-side navigation pane to check the state of instant access. ia The result of creating a snapshot

After the instant access feature is enabled for a snapshot, you can use the snapshot to create a disk without the need to wait for the snapshot to be created. For more information, see Create a disk from a snapshot.

Disable the instant access feature

When you enable the instant access feature, you must set the Instant Access parameter. This feature is automatically disabled when the specified duration ends. After a snapshot is created, you can also manually disable instant access by performing the following operations:

  1. Log on to the ECS console.
  2. In the left-side navigation pane, choose Instances & Images > Instances.
  3. In the top navigation bar, select a region.
  4. On the Instances page, find the instance that you want to manage and click its ID.
  5. On the Instance Details page, click the Snapshot tab.
  6. Find the snapshot for which you want to disable instant access and choose More > Disable Instant Access in the Actions column.
  7. In the Disable Instant Access message, click OK.

References