Updated on 2024-01-11 GMT+08:00

Creating an Image

Scenarios

You can use an existing ECS to create a system disk image, data disk image, and full-ECS image.

  • System disk image: contains an OS and application software for running services. You can use a system disk image to create ECSs and migrate your services to the cloud.
  • Data disk image: contains only service data. You can create a data disk image from an ECS data disk. You can also use a data disk image to create EVS disks and migrate your service data to the cloud.
  • Full-ECS image: contains all the data of an ECS, including the data on the data disks attached to the ECS. A full-ECS image can be used to rapidly create ECSs with service data.
  • ISO image: is created from an external ISO image file. It is a special image that can only be used to create temporary ECSs.

If you plan to use a private image to change the OS, ensure that the private image is available. For instructions about how to create a private image, see Image Management Service User Guide.

Procedure

  1. Log in to the management console.
  2. Under Computing, click Elastic Cloud Server.
  3. In the ECS list, choose More > Manage Image/Backup > Create Image in the Operation column.
  4. Configure the following information:

    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 Create Image.

    Image Type

    Select System disk image.

    Source

    Click the ECS tab and select an ECS 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.

    Tag

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

    Description

    (Optional) Enter a description of the image.

  5. Click Next and submit the request.