Updated on 2025-05-13 GMT+08:00

Creating a System Disk Image from an ECS

Scenarios

If you have created and configured an ECS based on your service requirements (for example, by installing software and setting up an application environment), you can create a private image based on this configured ECS. Then, all new ECSs created from this image will have the same software and environment preinstalled.

Creating a system disk image does not affect services on the cloud server or cause data loss.

Background

The following figure shows the process of creating a system disk image from a cloud server and using the image to create new cloud servers.

Figure 1 Creating a system disk image and using it to create a cloud server
  • System disk images are often used for application scale-out. They can also be used for hybrid cloud deployment. You can create system disk images for resource synchronization on and off cloud. The procedure is as follows:
    1. Create a system disk image from a cloud server.
      If the cloud server is created from any of the following images, the system disk image cannot be exported:
      • ISO images
      • Private images created from an Ubuntu or Windows public image
    2. Export the image to an OBS bucket. For details, see Exporting an Image.
    3. Download the image file from the OBS bucket.
  • You can create an image from a running cloud server.

    The image creation does not affect services on the cloud server.

    In this process, do not stop, start, or restart the cloud server, or the image creation may fail.

  • The time required for creating an image depends on the system disk size, network quality, and the number of concurrent tasks.
  • A system disk image will be created in the same region as the cloud server that was used to create it.
  • If a cloud server has expired or been released, you can use the system disk image created from the cloud server to restore it.

Constraints

The system disk capacity of the cloud server used to create a system disk image must be no greater than 1 TB.

If the capacity is greater than 1 TB for an ECS, you can only use it to create a full-ECS image.

Prerequisites

Before creating a private image from a cloud server:

Procedure

  1. Access the IMS console.

    1. Log in to the management console.
    2. Under Compute, click Image Management Service.

      The IMS console is displayed.

  2. Create a system disk image.

    1. Click Create Image in the upper right corner.
    2. Set image parameters.

      Table 1 and Table 2 list the parameters in the Image Type and Source and Image Information areas, respectively.

      Table 1 Image type and source

      Parameter

      Description

      Type

      Select System disk image.

      Source

      Select a cloud server with required configurations.

      Table 2 Image information

      Parameter

      Description

      Encryption

      This parameter specifies whether the image will be encrypted. The value is provided by the system and cannot be changed.

      • Only an unencrypted private image can be created from an unencrypted ECS.
      • Only an encrypted private image can be created from an encrypted ECS.

      Name

      Set a name for the image.

      Enterprise Project

      Select an enterprise project from the drop-down list. This parameter is available only if you have enabled enterprise projects or your account is an enterprise account. To enable this function, contact your customer manager.

      An enterprise project provides central management of cloud resources on a project.

      Tag

      (Optional) Set a tag key and a tag value for the image to make identification and management of your images easier.

      Description

      (Optional) Describe the image.

    3. Read and agree to the disclaimer, and click Next.
    4. Confirm the settings and click Submit.

  3. Go back to the Private Images page and view the new system disk image.

    The time required for creating an image depends on the ECS system disk size, network quality, and the number of concurrent tasks. When the image status changes to Normal, the image creation is complete.

    • Do not perform any operations on the selected ECS or its associated resources during image creation.
    • A cloud server created from an encrypted image is also encrypted. The key used for encrypting the cloud server is the same as that used for encrypting the image.
    • An image created from an encrypted cloud server is also encrypted. The key used for encrypting the image is the same as that used for encrypting the cloud server.

Follow-up Procedure

After a system disk image is created, you can: