Image Creation FAQs
How Can I Use an ECS to Quickly Provision Identical ECSs?
If you have an ECS with applications deployed, you can use the ECS to create a private image and then use the image to create identical ECSs. In this way, you do not need to deploy applications repeatedly.
Can I Change Images Between ECSs with Different Specifications?
Yes. However, the ECSs must have the same architecture (x86 or Kunpeng).
Assume that you have two ECSs (S3 ECS and HECS) in the same region. To replace the image of the HECS with that of the S3 ECS, perform the following steps:
- Create a private image using the S3 ECS.
- Use the private image to change the OS of the HECS.
For details, see Changing the OS.
How Many Private Images Can I Create Under an Account?
At present, you can create a maximum of 50 private images under an account within a region. To create more private images, submit a service ticket to increase your quota. For details, see How Do I Increase the Image Quota?.
Should I Stop the ECS Before Using It to Create a Private Image?
No. You can create an image from a running ECS. However, if data is written to the ECS during image creation, the data is not contained in the created image.
Where Can I View the Image Creation Progress? How Long Does It Take to Create an Image?
Log in to the management console. Choose Computing > Image Management Service and click the Private Images tab. View the image creation progress in the Status column.
The image creation involves the installation of Xen and KVM drivers, OS kernel loading, and GRUB boot configuration, which may take a long time. In addition, the network speed, image file type, and disk size have an impact on the image creation duration.
Can I Select a Private Image Created Under a Subaccount When Creating an ECS Under the Main Account?
Yes.
Private images created under a subaccount are visible to the main account and all the other subaccounts (if any) under the main account.
- If the private image is a system disk image or full-ECS image, you can select Private Image when creating an ECS. Then, select this image from the drop-down list.
- If the private image is a data disk image, select Image for Data Source when creating an EVS disk. Then, select this image in the displayed dialog box.
In addition, private images created under the main account are visible to all of its subaccounts.
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.