Action
ACS::ECS::ReplaceSystemDisk
Description
Replaces the system disk of an Elastic Compute Service (ECS) instance.
Syntax
Action: ACS::ECS::ReplaceSystemDisk
Properties:
regionId: String
imageId: String
instanceId: String
password: String
keyPairName: StringAttributes
Attribute | Description | Type | Required | Default value | Limit |
regionId | The region ID. | String | No | {{ ACS::RegionId }} | |
imageId | The image ID. | String | Yes | ||
instanceId | The ID of the ECS instance. | String | Yes | The ID must be 1 to 30 characters in length. | |
password | The logon password of the ECS instance. | String | No | "" | |
keyPairName | The name of the key pair. | String | No | "" |
Output
Output item | Description | Type |
newSystemDiskId | String |
References
For more information, see ACS::ECS::ReplaceSystemDisk at GitHub.