AWSDataLifecycleManagerServiceRoleForAMIManagement - AWS 受管政策

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

AWSDataLifecycleManagerServiceRoleForAMIManagement

描述:為 AWS Data Lifecycle Manager 提供適當的許可,以對 AMI Management AWS 的資源採取動作

AWSDataLifecycleManagerServiceRoleForAMIManagementAWS 受管政策

使用此政策

您可以將 AWSDataLifecycleManagerServiceRoleForAMIManagement連接到您的使用者、群組和角色。

政策詳細資訊

  • 類型:服務角色政策

  • 建立時間:2020 年 10 月 21 日,UTC 19:39

  • 編輯時間:2021 年 8 月 19 日,UTC 17:03

  • ARN: arn:aws:iam::aws:policy/service-role/AWSDataLifecycleManagerServiceRoleForAMIManagement

政策版本

政策版本: v2 (預設)

政策的預設版本是定義政策許可的版本。當具有 政策的使用者或角色提出存取 AWS 資源的請求時, 會 AWS 檢查政策的預設版本,以決定是否允許請求。

JSON 政策文件

{ "Version" : "2012-10-17", "Statement" : [ { "Effect" : "Allow", "Action" : "ec2:CreateTags", "Resource" : [ "arn:aws:ec2:*::snapshot/*", "arn:aws:ec2:*::image/*" ] }, { "Effect" : "Allow", "Action" : [ "ec2:DescribeImages", "ec2:DescribeInstances", "ec2:DescribeImageAttribute", "ec2:DescribeVolumes", "ec2:DescribeSnapshots" ], "Resource" : "*" }, { "Effect" : "Allow", "Action" : "ec2:DeleteSnapshot", "Resource" : "arn:aws:ec2:*::snapshot/*" }, { "Effect" : "Allow", "Action" : [ "ec2:ResetImageAttribute", "ec2:DeregisterImage", "ec2:CreateImage", "ec2:CopyImage", "ec2:ModifyImageAttribute" ], "Resource" : "*" }, { "Effect" : "Allow", "Action" : [ "ec2:EnableImageDeprecation", "ec2:DisableImageDeprecation" ], "Resource" : "arn:aws:ec2:*::image/*" } ] }

進一步了解