All Products
Search
Document Center

Compute Nest:Create an ECS custom image and a deployment package of the ECS image type

Last Updated:Apr 16, 2026

As a service provider, package your software into an Elastic Compute Service (ECS) custom image, then publish that image as a deployment package in Compute Nest. This lets you deliver a fully configured ECS environment to your customers as a managed service.

Prerequisites

Before you begin, make sure you have:

  • An Alibaba Cloud account registered as a Compute Nest service provider

  • Access to the ECS console and the Compute Nest console

  • The applications or software you want to bundle into the image

Step 1: Create an ECS instance and install your applications

  1. Create an ECS instance. For details, see Create an instance.

    Note: If your applications require internet access during installation, select Assign Public IPv4 Address
  2. Log in to the instance and install your applications or software. In this example, a file is downloaded.p751710.png

Step 2: Create a custom image from the ECS instance

  1. Log on to the ECS console. On the Instances page, click the ID of the instance you created.

  2. On the Instance Details tab, go to the Configuration Information section and click Create Custom Image

  3. In the Create Custom Image dialog box, configure the parameters as prompted. In this example, the image is named Created_from_computeNest

  4. Click OK.

After the image is created, go to the Images page to confirm it appears in the list.

Step 3: Create a deployment package of the ECS image type

  1. Log on to the Compute Nest console.

  2. In the left-side navigation pane, click Service Deployment Package. On the Packages tab, click Create Deployment Package.

  3. On the Create Deployment Package page, set the following parameters:

    Parameter Value
    Deployment Package Type ECS Image
    Type Custom Images
    Image Select the custom image you created in step 2
  4. Click Publish Deployment Package.

Step 4: Create a service and service instance using the deployment package

For a full walkthrough of using an ECS image deployment package to create a service, see ECS image deployment packages.

  1. In your service template, define an ALIYUN::ECS::InstanceGroup

  2. In the Set ECS Image Association

  3. Click Create Service.

  4. Create a service instance. For details, see Create a private service instance.

The ECS instance in the service instance is provisioned from your custom image and already contains the applications you installed. In this example, the downloaded file is present in the image and visible when you open it.