本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
AWS-CloseSecurityGroup
Description
此 Runbook 會從您指定的安全群組中移除所有輸入和輸出規則。
文件類型
自動化
擁有者
Amazon
平台
Linux、macOS, Windows
參數
-
AutomationAssumeRole
類型:字串
說明:(選用) 允許 Systems Manager Automation 代表您執行動作ARN的 () 角色的 AWS Identity and Access Management Amazon Resource Name (IAM)。如果未指定角色,Systems Manager Automation 會使用啟動此 Runbook 的使用者許可。
-
SecurityGroupId
類型:字串
描述:(必要) 您要關閉的安全群組 ID。
必要IAM許可
AutomationAssumeRole
參數需要下列動作才能成功使用 Runbook。
-
ec2:DescribeSecurityGroups
-
ec2:RevokeSecurityGroupEgress
-
ec2:RevokeSecurityGroupIngress
文件步驟
-
aws:executeScript
- 從您在SecurityGroupId
參數中指定的安全群組中移除所有輸入和輸出規則。