All Products
Search
Document Center

CloudOps Orchestration Service:ACS::ECS::RunInstancesFromTemplate

Last Updated:Jul 31, 2024

Description

Creates one or more Elastic Compute Service (ECS) instances by using a launch template.

Syntax

Action: ACS::ECS::RunInstancesFromTemplate
Properties:
 regionId: String
 launchTemplateId: String
 launchTemplateName: String
 amount: Number

Attributes

Attribute

Description

Type

Required

Default value

Limit

regionId

The region ID.

String

No

{{ ACS::RegionId }}

launchTemplateId

The ID of the launch template.

String

No

""

launchTemplateName

The name of the launch template.

String

No

""

amount

The number of instances to be created.

Number

No

1

Output

Output item

Description

Type

instanceIds

List

References

For more information, see ACS::ECS::RunInstancesFromTemplate at GitHub.