模板名稱
ACS-ECS-BulkyReleasePublicIpAddress 批量釋放公網Ip
模板描述
批量釋放公網Ip
模板類型
自動化
所有者
Alibaba Cloud
輸入參數
參數名稱 | 描述 | 類型 | 是否必填 | 預設值 | 約束 |
publicIpAddress | 執行個體公網IP地址 | List | 是 | ||
regionId | 地區ID | String | 否 | {{ ACS::RegionId }} | |
rateControl | 任務執行的並發比率 | Json | 否 | {‘Mode’: ‘Concurrency’, ‘MaxErrors’: 0, ‘Concurrency’: 10} | |
OOSAssumeRole | OOS扮演的RAM角色 | String | 否 | “” |
輸出參數
無
執行此模板需要的權限原則
{
"Version": "1",
"Statement": [
{
"Action": [
"ecs:ReleasePublicIpAddress"
],
"Resource": "*",
"Effect": "Allow"
}
]
}
詳情
ACS-ECS-BulkyReleasePublicIpAddress詳情
模板內容
FormatVersion: OOS-2019-06-01
Description:
name-en: ACS-ECS-BulkyReleasePublicIpAddress
name-zh-cn: 批量釋放公網Ip
en: Bulky release the public ip address
zh-cn: 批量釋放公網Ip
Parameters:
regionId:
Type: String
Label:
en: RegionId
zh-cn: 地區ID
AssociationProperty: RegionId
Default: '{{ ACS::RegionId }}'
publicIpAddress:
Label:
en: PublicIpAddress
zh-cn: 執行個體公網IP地址
Type: List
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: releasePublicIpAddress
Action: ACS::ExecuteAPI
Description:
en: Release the public ip address
zh-cn: 釋放公網Ip
Properties:
Service: ECS
API: ReleasePublicIpAddress
Parameters:
RegionId: '{{ regionId }}'
PublicIpAddress: '{{ ACS::TaskLoopItem }}'
Loop:
RateControl: '{{ rateControl }}'
Items: '{{ publicIpAddress }}'