模板名稱
ACS-ECS-RunShellScript 運行shell指令碼
模板描述
運行shell指令碼
模板類型
自動化
所有者
Alibaba Cloud
輸入參數
參數名稱 | 描述 | 類型 | 是否必填 | 預設值 | 約束 |
instanceId | ECS執行個體 | String | 是 | ||
commandContent | 雲助手命令 | String | 是 | ||
workingDir | ECS執行個體中運行命令的目錄 | String | 是 | ||
regionId | 地區ID | String | 否 | {{ ACS::RegionId }} | |
timeout | 最大逾時時間,時間單位是秒 | Number | 否 | 600 | |
OOSAssumeRole | OOS扮演的RAM角色 | String | 否 | “” |
輸出參數
參數名稱 | 描述 | 類型 |
commandOutput | String |
執行此模板需要的權限原則
{
"Version": "1",
"Statement": [
{
"Action": [
"ecs:DescribeInvocationResults",
"ecs:DescribeInvocations",
"ecs:RunCommand"
],
"Resource": "*",
"Effect": "Allow"
}
]
}
詳情
模板內容
FormatVersion: OOS-2019-06-01
Description:
en: Run shell script.
zh-cn: 運行shell指令碼
title: ACS-ECS-RunShellScript
name-zh-cn: 運行shell指令碼
categories:
- run_command
Parameters:
regionId:
Type: String
Label:
en: RegionId
zh-cn: 地區ID
AssociationProperty: RegionId
Default: '{{ ACS::RegionId }}'
instanceId:
Label:
en: InstanceId
zh-cn: ECS執行個體
Type: String
AssociationProperty: ALIYUN::ECS::Instance::InstanceId
AssociationPropertyMetadata:
RegionId: regionId
commandContent:
Label:
en: CommandContent
zh-cn: 雲助手命令
Type: String
AssociationProperty: Code
workingDir:
Label:
en: WorkingDir
zh-cn: ECS執行個體中運行命令的目錄
Type: String
timeout:
Label:
en: Timeout
zh-cn: 最大逾時時間,時間單位是秒
Type: Number
Default: 600
OOSAssumeRole:
Label:
en: OOSAssumeRole
zh-cn: OOS扮演的RAM角色
Type: String
Default: ''
RamRole: '{{ OOSAssumeRole }}'
Tasks:
- Name: runCommand
Description:
en: Execute cloud assistant command
zh-cn: 執行雲助手命令
Action: ACS::ECS::RunCommand
Properties:
regionId: '{{ regionId }}'
commandContent: "{{ commandContent }}"
instanceId: '{{ instanceId }}'
commandType: RunShellScript
workingDir: "{{ workingDir }}"
timeout: "{{ timeout }}"
Outputs:
commandOutput:
Type: String
ValueSelector: invocationOutput
Outputs:
commandOutput:
Type: String
Value: '{{ runCommand.commandOutput }}'
Metadata:
ALIYUN::OOS::Interface:
ParameterGroups:
- Parameters:
- commandContent
- workingDir
- timeout
Label:
default:
zh-cn: 執行命令選型
en: run command options
- Parameters:
- regionId
- instanceId
Label:
default:
zh-cn: 選擇執行個體
en: Select Ecs Instances
- Parameters:
- OOSAssumeRole
Label:
default:
zh-cn: 進階選項
en: Control Options