Files
doc-exports/docs/ecs/umn/en-us_topic_0032980085.html
wanghuijuan738 e21aa18fe1 ECS UMN 20260304 version. Updated the x1 and x1e specifications.
Reviewed-by: Pristromskaia, Margarita <margarita.pristromskaia@t-systems.com>
Co-authored-by: wanghuijuan738 <wanghuijuan738@huawei.com>
Co-committed-by: wanghuijuan738 <wanghuijuan738@huawei.com>
2026-03-27 13:57:13 +00:00

10 KiB

Managing ECS Groups

Scenarios

An ECS group logically groups ECSs. ECSs in an ECS group comply with the same policy.

Currently, only the anti-affinity policy is supported.

You can perform the following operations:

Creating an ECS Group

Create an ECS group and select a policy for the group. This policy applies to all ECSs in the same group. ECS groups are independent of each other.

  1. Log in to the management console.
  2. Click in the upper left corner and select a region and project.
  3. Under Computing, click Elastic Cloud Server.
  4. In the navigation pane on the left, choose ECS Group.
  5. On the ECS Group page, click Create ECS Group.
  6. Enter the name of the ECS group.
  7. Select a policy for the ECS group.
  8. Click OK.

Adding an ECS to an ECS Group

To improve service reliability, you can add ECSs to an ECS group so that these ECSs in this group can run on different hosts.

  • After an ECS is added to an ECS group, the system reallocates a host to run this ECS to ensure that ECSs in this group run on different hosts. When you attempt to restart the ECS, the startup may fail due to insufficient resources. In such a case, remove the ECS from the ECS group and try to restart the ECS again.
  • ECSs with local disks can be added to an ECS group only during the creation process. Once created, they cannot be added to any ECS groups.
  • ECSs that have local disks, GPU cards, or FPGA cards attached can be added to an ECS group only during the creation process. Once created, they cannot be added to any ECS groups.
  1. Log in to the management console.
  2. Click in the upper left corner and select a region and project.
  3. Under Computing, click Elastic Cloud Server.
  4. In the navigation pane on the left, choose ECS Group.
  5. Locate the row that contains the target ECS group and click Add ECS in the Operation column.
  6. On the Add ECS page, select an ECS to be added.
  7. Click OK. The ECS is added to the ECS group.

Removing an ECS from an ECS Group

After an ECS is removed from an ECS group, the ECS does not comply with the ECS group policy anymore.

  1. Log in to the management console.
  2. Click in the upper left corner and select a region and project.
  3. Under Computing, click Elastic Cloud Server.
  4. In the navigation pane on the left, choose ECS Group.
  5. Expand the ECS group information and view the ECSs in the ECS group.
  6. Locate the ECS to be removed and click Remove in the Operation column.

    Alternatively, select multiple ECSs to be removed and click Remove above the list.

  7. In the displayed dialog box, click OK.

    The ECS is removed from the ECS group.

Deleting an ECS Group

After an ECS group is deleted, the policy does not apply to the ECSs in the ECS group anymore.

  1. Log in to the management console.
  2. Click in the upper left corner and select a region and project.
  3. Under Computing, click Elastic Cloud Server.
  4. In the navigation pane on the left, choose ECS Group.
  5. Locate the ECS group to be deleted and click Delete in the Operation column.
  6. In the displayed dialog box, click OK.