模板名稱
ACS-VPC-BulkyEnableDeletionProtection 大量設定執行個體保護
模板描述
大量設定執行個體保護
模板類型
自動化
所有者
Alibaba Cloud
輸入參數
參數名稱 | 描述 | 類型 | 是否必填 | 預設值 | 約束 |
instanceIds | Vpc執行個體Id | List | 是 | ||
regionId | 地區ID | String | 否 | {{ ACS::RegionId }} | |
type | 要設定刪除保護功能的執行個體類型 | String | 否 | NATGW | |
protectionEnable | 是否開啟刪除保護功能 | Boolean | 否 | True | |
rateControl | 任務執行的並發比率 | Json | 否 | {'Mode': 'Concurrency', 'MaxErrors': 0, 'Concurrency': 10} | |
OOSAssumeRole | OOS扮演的RAM角色 | String | 否 | "" |
輸出參數
無
執行此模板需要的權限原則
{
"Version": "1",
"Statement": [
{
"Action": [
"vpc:DeletionProtection"
],
"Resource": "*",
"Effect": "Allow"
}
]
}
詳情
ACS-VPC-BulkyEnableDeletionProtection詳情
模板內容
FormatVersion: OOS-2019-06-01
Description:
en: Bulky enable deletion protection for instances
zh-cn: 大量設定執行個體保護
name-en: ACS-VPC-BulkyEnableDeletionProtection
name-zh-cn: 大量設定執行個體保護
categories:
- security
Parameters:
regionId:
Type: String
Label:
en: RegionId
zh-cn: 地區ID
AssociationProperty: RegionId
Default: '{{ ACS::RegionId }}'
type:
Label:
en: Type
zh-cn: 要設定刪除保護功能的執行個體類型
Type: String
AllowedValues:
- EIP
- CBWP
- NATGW
Default: NATGW
instanceIds:
Label:
en: InstanceIds
zh-cn: Vpc執行個體Id
Type: List
protectionEnable:
Label:
en: ProtectionEnable
zh-cn: 是否開啟刪除保護功能
Type: Boolean
Default: true
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: enableDeletionProtection
Action: 'ACS::ExecuteApi'
Description:
en: Enables deletion protection for an instance
zh-cn: 設定執行個體刪除保護功能
Properties:
Service: VPC
API: DeletionProtection
Parameters:
RegionId: '{{ regionId }}'
Type: '{{ type }}'
InstanceId: '{{ ACS::TaskLoopItem }}'
ProtectionEnable: '{{ protectionEnable }}'
Loop:
RateControl: '{{ rateControl }}'
Items: '{{ instanceIds }}'