首頁
系統(tǒng)運(yùn)維管理
操作指南
自動(dòng)化任務(wù)
模板
公共模板
ESS
ACS-ESS-CreateImageAndUpdateScalingConfiguration
ACS-ESS-CreateImageAndUpdateScalingConfiguration
更新時(shí)間:
模板名稱
ACS-ESS-CreateImageAndUpdateScalingConfiguration 創(chuàng)建一個(gè)新ECS鏡像并更新彈性伸縮配置
模板描述
創(chuàng)建一個(gè)新ECS鏡像并更新伸縮配置中的鏡像ID
模板類型
自動(dòng)化
所有者
Alibaba Cloud
輸入?yún)?shù)
參數(shù)名稱 | 描述 | 類型 | 是否必填 | 默認(rèn)值 | 約束 |
instanceId | ECS實(shí)例ID | String | 是 | ||
scalingConfigurationIds | 待修改的伸縮配置ID列表 | List | 是 | ||
targetImageName | 鏡像名稱 | String | 否 | CreateImage_from_{{instanceId}} | |
tags | 鏡像標(biāo)簽 | Json | 否 | [] | |
OOSAssumeRole | OOS扮演的RAM角色 | String | 否 | "" |
輸出參數(shù)
參數(shù)名稱 | 描述 | 類型 |
imageId | String |
執(zhí)行此模板需要的權(quán)限策略
{
"Version": "1",
"Statement": [
{
"Action": [
"ecs:CreateImage",
"ecs:DescribeImages",
"ecs:DescribeInstances"
],
"Resource": "*",
"Effect": "Allow"
},
{
"Action": [
"ess:ModifyScalingConfiguration"
],
"Resource": "*",
"Effect": "Allow"
}
]
}
詳情
ACS-ESS-CreateImageAndUpdateScalingConfiguration詳情
模板內(nèi)容
FormatVersion: OOS-2019-06-01
Description:
en: Creates an ECS image and updates scaling configuration image ID
zh-cn: 創(chuàng)建一個(gè)新ECS鏡像并更新伸縮配置中的鏡像ID
name-en: ACS-ESS-CreateImageAndUpdateScalingConfiguration
name-zh-cn: 創(chuàng)建一個(gè)新ECS鏡像并更新彈性伸縮配置
categories:
- elastic_manage
Parameters:
instanceId:
Label:
en: InstanceId
zh-cn: ECS實(shí)例ID
Type: String
targetImageName:
Label:
en: TargetImageName
zh-cn: 鏡像名稱
Description:
en: <p class="p">Note:</p> <ul class="ul"> <li class="li">Length is 2~128 English or Chinese characters</li> <li class="li"><font color='red'>must start with big or small letters or Chinese, not http:// and https://. </font></li> <li class="li">Can contain numbers, colons (:), underscores (_), or dashes (-). </li> </ul>
zh-cn: <p class="p">注意:</p> <ul class="ul"> <li class="li">長(zhǎng)度為2~128個(gè)英文或中文字符</li> <li class="li"><font color='red'>必須以大小字母或中文開頭,不能以http://和https://開頭。</font></li> <li class="li">可以包含數(shù)字、半角冒號(hào)(:)、下劃線(_)或者短劃線(-)。</li> </ul>
Type: String
Default: CreateImage_from_{{instanceId}}
scalingConfigurationIds:
Label:
en: ScalingConfigurationIds
zh-cn: 待修改的伸縮配置ID列表
Type: List
tags:
Label:
en: ImageTag
zh-cn: 鏡像標(biāo)簽
Type: Json
AssociationProperty: Tags
AssociationPropertyMetadata:
ShowSystem: false
Default: []
OOSAssumeRole:
Label:
en: OOSAssumeRole
zh-cn: OOS扮演的RAM角色
Type: String
Default: ''
RamRole: '{{ OOSAssumeRole }}'
Tasks:
- Name: createImage
Action: ACS::ECS::CreateImage
Description:
en: Create new image with the specified image name and instance ID
zh-cn: 通過指定實(shí)例ID和鏡像名稱創(chuàng)建新的鏡像
Properties:
imageName: '{{ targetImageName }}_on_{{ ACS::ExecutionId }}_at_{{ Acs::CurrentDate }}'
instanceId: '{{ instanceId }}'
tags: '{{tags}}'
Outputs:
imageId:
ValueSelector: imageId
Type: String
- Name: modifyScalingConfiguration
Action: ACS::ExecuteAPI
Description:
en: Modify scaling configuration
zh-cn: 修改伸縮配置
Properties:
Service: ESS
API: ModifyScalingConfiguration
Parameters:
ScalingConfigurationId: '{{ ACS::TaskLoopItem }}'
ImageId: '{{ createImage.imageId }}'
Loop:
Items: '{{ scalingConfigurationIds }}'
Outputs:
imageId:
Type: String
Value: '{{ createImage.imageId }}'
文檔內(nèi)容是否對(duì)您有幫助?