All Products
Search
Document Center

Compute Nest:Create a service for which the configuration change feature is enabled and change the configurations of a service instance

Last Updated:Sep 10, 2026

As a service provider, you can enable the configuration change feature when creating a service. This lets your customers upgrade, downgrade, or customize the configurations of a service instance without recreating it.

Billing

Compute Nest does not charge platform service fees. However, you are charged for the cloud resources used to deploy a service, such as Server Load Balancer (SLB) instances and Elastic Compute Service (ECS) instances. For billing details, see Billing.

Create a service with configuration change enabled

Prerequisites

Before you begin, ensure that you have:

To support the Change Plan method, configure at least one parameter set in the service before completing this procedure. Without a parameter set, Change Plan is unavailable.

Configure the service template

Before enabling configuration change, update your service template to support the operations you need:

  • Change instance type: Set the UpdatePolicy property of the ALIYUN::ECS::InstanceGroup resource to ForAllInstances.

  • Re-run a command on change: Set the Syns property of the ALIYUN::ECS::RunCommand resource to true. The resource re-executes during the configuration change.

Enable configuration change

  1. Log on to the Compute Nest console.

  2. In the left-side navigation pane, click My Services. On the Created Services tab, click Create Service.

  3. On the Create Service page, configure the service parameters, then turn on Service Instance Configuration Change.

  4. In the Configuration Change Operation section, click Add Operation.

  5. In the Add Operation dialog box, configure the operation:

    1. From the Select Template drop-down list, select a template. Template 1 is selected by default.

    2. In the Operation Name field, enter a name. Example: Resize system disk.

    3. In the Operation Description field, enter a description.

    4. Set Operation Type to one of the following values. Each type enforces different constraints on parameter changes.

      Operation type Parameter set constraint Numeric parameters Boolean parameters AllowedValues Custom parameter set
      Upgrade Serial number must be greater than the current set Monotonically increasing only Cannot change from true to false Monotonically increasing sequence Not allowed
      Downgrade Serial number must be smaller than the current set Monotonically decreasing only Cannot change from false to true Monotonically decreasing sequence Not allowed
      Customize No limits No limits No limits No limits Allowed
    5. Set the Method parameter:

      • Change Plan: Uses a parameter set. Requires at least one parameter set configured for the service.

      • Change Parameter: Lets customers modify individual parameters. Compute Nest filters out non-modifiable parameters, so only eligible parameters appear in the Select Parameters section.

    6. If you selected Change Parameter, go to the Select Parameters section and select the parameters that customers can modify.

    For this example, select Change Plan and Change Parameter for the change method. Under Select Parameters, select the parameters to change, such as DataDiskSize. Click OK to add the configuration change operation.

  6. Click Save Service.

Change the configurations of a service instance

Prerequisites

Before you begin, ensure that you have:

Change configurations

  1. On the Service Instance Details page, view the current configurations in the Configuration Information section.

    In this example, the service instance uses zone cn-hangzhou-i, instance type ecs.g6e.large, and billing method PostPaid. The instance has a 40 GiB cloud_essd system disk, a 100 GiB cloud_essd data disk, PayByTraffic, Internet bandwidth 0, and RegionId cn-hangzhou. The 100 GiB data disk and the ecs.g6e.large instance type are the key values to track.

  2. In the upper-right corner, click Change Configurations of Service Instance.

  3. In the Change Configurations of Service Instance dialog box, select an operation type and click Next.

    In the Upgrade section, select Data Disk Expansion.

  4. In the Configure Parameters step, set the parameter values for the configuration change. Click Next.

    Select Parameter Set 2 (instance type ecs.g6e.xlarge, general-purpose enhanced g6e, 4 vCPUs and 16 GiB of memory). In the ECS Configuration section, set Data Disk Size to 200 GiB. Valid values: 20 to 32768. Unit: GiB.

  5. In the Preview Parameter Changes step, review the updated parameter values and confirm the changes are correct before proceeding.

    After you confirm that the settings are correct, click OK to complete the configuration change.

  6. Click OK.

Verify the change

After the configuration change completes, go to the Configuration Information section on the Service Instance Details page. If the parameter values reflect your changes, the configuration change was successful.

In this example, confirm that Data Disk Size is 200 and Instance Type is ecs.g6e.xlarge.