doc-exports/docs/rts/umn/rts_02_0111.html
Qin Ying, Fan 66a9aa2aa1 RTS UMN 1201 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Qin Ying, Fan <fanqinying@huawei.com>
Co-committed-by: Qin Ying, Fan <fanqinying@huawei.com>
2022-12-02 15:16:20 +00:00

1.1 KiB

Creating an ECS Group

Application Scenarios

This template is used to create a group of ECSs.

Example Template

heat_template_version: 2014-10-16
description: Create a group of ECSs.
resources:
  instance_group:
    type: OS::Heat::ResourceGroup
    properties:
      count: Number of resource
      resource_def:
        type: OS::Nova::Server
        properties:
          name: aaaa-%index%
          image: Image Name or ID
          flavor: Flavor Name
          key_name: Key Pair
          networks:
            - network: Network Name or ID
          availability_zone: AZ Name