模板名稱
ACS-ECS-BulkyRunCommandAcrossRegions 批量在多個地區的ECS執行個體上運行雲助手命令
模板描述
批量在多個地區的ECS執行個體上運行雲助手命令
模板類型
自動化
所有者
Alibaba Cloud
輸入參數
參數名稱 | 描述 | 類型 | 是否必填 | 預設值 | 約束 |
instanceInfos | ECS執行個體的資訊列表 | List | 否 | [] | |
commandType | 雲助手命令類型 | String | 否 | RunShellScript | |
commandContent | 在ECS執行個體中執行的雲助手命令 | String | 否 | echo hello | |
timeout | ECS執行個體中執行命令的逾時時間 | Number | 否 | 600 | |
rateControl | 任務執行的並發比率 | Json | 否 | {‘Mode’: ‘Concurrency’, ‘MaxErrors’: 0, ‘Concurrency’: 10} | |
OOSAssumeRole | OOS扮演的RAM角色 | String | 否 | “” |
輸出參數
參數名稱 | 描述 | 類型 |
commandOutputs | List |
執行此模板需要的權限原則
{
"Version": "1",
"Statement": [
{
"Action": [
"ecs:DescribeInvocationResults",
"ecs:DescribeInvocations",
"ecs:RunCommand"
],
"Resource": "*",
"Effect": "Allow"
}
]
}
詳情
ACS-ECS-BulkyRunCommandAcrossRegions詳情
模板內容
FormatVersion: OOS-2019-06-01
Description:
en: Bulky run command on ECS instances across multiple regions
zh-cn: 批量在多個地區的ECS執行個體上運行雲助手命令
name-en: ACS-ECS-BulkyRunCommandAcrossRegions
name-zh-cn: 批量在多個地區的ECS執行個體上運行雲助手命令
categories:
- run_command
Parameters:
instanceInfos:
Description:
en: 'Format: {"regionId": "cn-xxx", "instanceId": "i-xxx"}'
zh-cn: '格式: {"regionId": "cn-xxx", "instanceId": "i-xxx"}'
Label:
en: InstanceInfos
zh-cn: ECS執行個體的資訊列表
Type: List
Default: []
commandType:
Label:
en: CommandType
zh-cn: 雲助手命令類型
Type: String
AllowedValues:
- RunBatScript
- RunPowerShellScript
- RunShellScript
Default: RunShellScript
commandContent:
Label:
en: CommandContent
zh-cn: 在ECS執行個體中執行的雲助手命令
Type: String
AssociationProperty: Code
Default: echo hello
timeout:
Label:
en: Timeout
zh-cn: ECS執行個體中執行命令的逾時時間
Type: Number
Default: 600
rateControl:
Label:
en: RateControl
zh-cn: 任務執行的並發比率
Type: Json
AssociationProperty: RateControl
Default:
Mode: Concurrency
MaxErrors: 0
Concurrency: 10
OOSAssumeRole:
Label:
en: OOSAssumeRole
zh-cn: OOS扮演的RAM角色
Type: String
Default: ''
RamRole: '{{ OOSAssumeRole }}'
Tasks:
- Name: runCommand
Action: ACS::ECS::RunCommand
Description:
en: Execute cloud assistant command
zh-cn: 執行雲助手命令
Properties:
regionId:
'Fn::Select':
- regionId
- '{{ ACS::TaskLoopItem }}'
instanceId:
'Fn::Select':
- instanceId
- '{{ ACS::TaskLoopItem }}'
commandContent: '{{ commandContent }}'
commandType: '{{ commandType }}'
timeout: '{{ timeout }}'
Loop:
RateControl: '{{ rateControl }}'
Items: '{{ instanceInfos }}'
Outputs:
commandOutputs:
AggregateType: Fn::ListJoin
AggregateField: commandOutput
Outputs:
commandOutput:
Type: String
ValueSelector: invocationOutput
Outputs:
commandOutputs:
Type: List
Value: '{{ runCommand.commandOutputs }}'
Metadata:
ALIYUN::OOS::Interface:
ParameterGroups:
- Parameters:
- instanceInfos
- commandType
- commandContent
- timeout
Label:
default:
zh-cn: 設定參數
en: Configure Parameters
- Parameters:
- rateControl
- OOSAssumeRole
Label:
default:
zh-cn: 進階選項
en: Control Options