ACS::ECS::RunInstancesFromTemplate

更新时间:
复制 MD 格式

Creates one or more ECS instances from a specified launch template.

Description

Creates one or more Elastic Compute Service (ECS) instances from a specified 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

Region ID.

String

No

{{ ACS::RegionId }}

launchTemplateId

Launch template ID.

String

No

""

launchTemplateName

Launch template name.

String

No

""

amount

Number of instances to create.

Number

No

1

Output

Output item

Description

Type

instanceIds

List

References

View the source template: ACS::ECS::RunInstancesFromTemplate (GitHub).