Updated on 2024-07-17 GMT+08:00

General 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.

How Many Private Images Can I Create Under an Account?

You can create up to 50 private images under a given account within a region. If you need more, submit a service ticket to increase your quota. For details, see How Do I Increase the Image Quota?

Do I Have to Stop the ECS Before Using It to Create a Private Image?

No. You can create an image from a running ECS. But the data that was written into the ECS during the image creation will not be included in the image.

Where Can I Check the Image Creation Progress? How Long Does It Take to Create an Image?

Log in to the management console. Choose Compute > Image Management Service and click the Private Images tab. Check the image creation progress in the Status column.

Creating an image may take a period of time because it requires to install Xen and KVM drivers, load the OS kernel, and configure GRUB boot. In addition, the network speed, image file type, and disk size all have impacts on how long the entire process takes.

Can I Use a Private Image of an IAM User Under My Account to Create an ECS?

Yes.

Private images created by an IAM user are visible to the account that the IAM user belongs to as well as all other IAM users (if any) under this account.

  • You can use a system disk image or full-ECS image to create an ECS.
  • You can use a data disk image to create an EVS disk.

In addition, private images created by an account are visible to IAM users under this account.

Image Creation FAQs

more