ECS-EIP-CBWP模板
ECS-EIP-CBWP批量創(chuàng)建和綁定模板
模板ID
S40INPX62K2F2KAS
https://bpstudio.console.aliyun.com/bpStudio/topo?TemplateId=S40INPX62K2F2KAS
支持地域
北京、上海、深圳
模板架構(gòu)
參數(shù)變量
參數(shù)變量類型包括String、Integer、Boolean、Map等,通過variables傳遞相關(guān)參數(shù)值。
如果未傳遞,則使用默認(rèn)值。 如果修改模板變量配置,可以參考:模板變量配置
序號 | 變量名稱 | 變量類型 | 默認(rèn)值 | 描述 |
1 | ${ecs_name} | String | ecs | ecs實例名稱 |
2 | ${ecs_type} | String | ecs.g8a.4xlarge | ecs的實例規(guī)格 |
3 | ${system_disk_size} | String | 100 | ecs系統(tǒng)盤大小 |
4 | ${data_disk_size} | Map | [{"category":"cloud_auto","size":200,"encrypted":"false","fileType":"kms","burstingEnabled":"false","delete_with_instance":"true"}] | ecs數(shù)據(jù)盤配置 |
5 | ${count} | String | 2 | ecs和eip的實例數(shù)量 |
6 | ${start_num} | String | 1 | eip的起始編號 |
命令行調(diào)試
YAML文件傳參配置示例(默認(rèn)VPC、交換機、安全組、共享帶寬均為新創(chuàng)建):
template_id: N99K9K69KK2R3GAD
area_id: "cn-beijing"
instances:
# - node_type: vpc
# node_name: vpc
# id: vpc-2zeb0q38i10*******
# - node_type: vswitch
# node_name: vswitch
# id: vsw-uf6ns1trr2*******
# - node_type: security_group
# node_name: security_group
# id: vtb-2zex5r1v2*******
# - node_type: cbwp
# node_name: cbwp
# id: cbwp-2zemeefeuek*******
variables:
${ecs_name}: "ecs"
${ecs_type}: "ecs.g8a.4xlarge"
${system_disk_size}: "100"
${data_disk_size}: "[{\"category\":\"cloud_auto\",\"size\":200,\"encrypted\":\"false\",\"fileType\":\"kms\",\"burstingEnabled\":\"false\",\"delete_with_instance\":\"true\"}]"
${count}: "3"
${start_num}: "1"
configuration:
enableMonitor: "0"
enableReport: "0"
output:
ecs:
- Private_ip
eip:
- IpAddress
備注說明:
1、如果需要更換ECS規(guī)格,需要核對所在可用區(qū)是否支持對應(yīng)的規(guī)格
2、如果更換地域,替換area_id的字段,如北京"cn-beijing",替換為上海“cn-shanghai”
ID可以參考:地域和可用區(qū)
3、如果需要替換模板中的已保有實例,比如使用存量的VPC、交換機、安全組、共享帶寬等。可以替換對應(yīng)的instances的ID字段。如下是替換保有的VPC:
instances:
- node_type: vpc
node_name: vpc
id: vpc-2zeb0q38i10******* (替換為保有實例ID)