All Products
Search
Document Center

CloudOps Orchestration Service:ACS::CN::UpgradeServiceInstanceByReplaceSystemDisk

Last Updated:Jul 31, 2024

Description

Upgrades a service instance by replacing the Elastic Compute Service (ECS) image.

Syntax

Action: ACS::CN::UpgradeServiceInstanceByReplaceSystemDisk
Properties:
 regionId: String
 serviceInstanceId: String
 applicationGroupName: String
 imageId: String
 password: String
 keyPairName: String
 rateControl: Json

Attributes

Attribute

Description

Type

Required

Default value

Limit

regionId

The region ID.

String

No

{{ ACS::RegionId }}

serviceInstanceId

The ID of the Compute Nest service instance.

String

Yes

applicationGroupName

The application group name of the ECS instance on which the command is run.

String

No

imageId

The image ID.

String

Yes

password

The username and password that are used to access the service instance.

String

No

keyPairName

The name of the key pair.

String

No

rateControl

The concurrency ratio of task executions.

Json

No

{'Mode': 'Concurrency', 'MaxErrors': 0, 'Concurrency': 10}

Output

None

References

For more information, see ACS::CN::UpgradeServiceInstanceByReplaceSystemDisk at GitHub.