forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: guoyanyan <guoyanyan3@huawei.com> Co-committed-by: guoyanyan <guoyanyan3@huawei.com>
6.3 KiB
6.3 KiB
Modifying ECS Specifications
Scenarios
When ECS specifications fail to meet service requirements, they can be modified, for example, by upgrading the vCPUs and memory. Certain ECSs also support changing ECS types.
Constraints
- You can modify the ECS specifications only when the ECS is stopped.
- The EVS disk capacity of the ECS cannot be reduced during the specifications modification.
- ECS specifications (vCPU or memory) reduction degrades the ECS performance.
- Certain ECSs do not support specifications modification. For details about available ECS types as well as their functions and usage on the public cloud, see section "Notes" in Instances and Application Scenarios.
Involved APIs
Modifying ECS specifications involves the following APIs:
- API for modifying the specifications of an ECS
- API for confirming ECS specifications modification
- API for rolling back ECS specifications modification
Procedure
- Modify the ECS specifications.
- Confirm the specifications modification.The ECS must be in resized state. That is, the OS-EXT-STS:vm_state value of the ECS must be resized.
- (Optional) Roll back the specifications modification.
Fallback notice:
The ECS must be in resized state. That is, the OS-EXT-STS:vm_state value of the ECS must be resized.
The data modified during specifications modification will be lost after the rollback.