本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
AmazonInspector2AmiScanServiceRolePolicy
描述:授予亚马逊检查员对 AMI 进行安全评估 AWS 服务 所需的访问权限
AmazonInspector2AmiScanServiceRolePolicy 是一项 AWS 托管式策略。
使用此策略
此附加到服务相关角色的策略允许服务代表您执行操作。您无法将此策略附加到您的用户、组或角色。
策略详细信息
-
类型: Service-linked 角色策略
-
创建时间:世界标准时间 2026 年 7 月 30 日 17:57
-
编辑时间:世界标准时间 2026 年 7 月 30 日 17:57
-
ARN:
arn:aws:iam::aws:policy/aws-service-role/AmazonInspector2AmiScanServiceRolePolicy
策略版本
策略版本:v1(默认)
此策略的默认版本是定义策略权限的版本。当具有该策略的用户或角色请求访问 AWS 资源时, AWS 会检查策略的默认版本以确定是否允许该请求。
JSON 策略文档
{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "ManagedRules", "Effect" : "Allow", "Action" : [ "events:DeleteRule", "events:DescribeRule", "events:ListTargetsByRule", "events:PutRule", "events:PutTargets", "events:RemoveTargets" ], "Resource" : [ "arn:aws:events:*:*:rule/DO-NOT-DELETE-AmazonInspector*ManagedRule" ] }, { "Sid" : "AllowInspectorEnablementForAwsOrgPolicy", "Effect" : "Allow", "Action" : [ "inspector2:AssociateMember", "inspector2:Disable", "inspector2:Enable", "inspector2:EnableDelegatedAdminAccount" ], "Resource" : "*" }, { "Sid" : "AllowInspectorServiceGetAwsOrg", "Effect" : "Allow", "Action" : [ "organizations:DescribeAccount", "organizations:DescribeOrganization", "organizations:ListAccounts" ], "Resource" : "*" }, { "Sid" : "AllowInspectorServiceDelegatedAdminFromAwsOrg", "Effect" : "Allow", "Action" : [ "organizations:ListDelegatedAdministrators" ], "Resource" : "*", "Condition" : { "StringLikeIfExists" : { "organizations:ServicePrincipal" : [ "ami.inspector2.amazonaws.com", "inspector2.amazonaws.com" ] } } }, { "Sid" : "AmiIdentification", "Effect" : "Allow", "Action" : [ "ec2:DescribeImages", "ec2:DescribeSnapshots", "ec2:DescribeVolumes" ], "Resource" : "*" }, { "Sid" : "GetSnapshotData", "Effect" : "Allow", "Action" : [ "ebs:GetSnapshotBlock", "ebs:ListSnapshotBlocks" ], "Resource" : "arn:aws:ec2:*:*:snapshot/*" }, { "Sid" : "DenyGetSnapshotDataOnExcludedSnapshots", "Effect" : "Deny", "Action" : [ "ebs:GetSnapshotBlock", "ebs:ListSnapshotBlocks" ], "Resource" : "arn:aws:ec2:*:*:snapshot/*", "Condition" : { "StringEquals" : { "aws:ResourceTag/InspectorEc2Exclusion" : "true" } } }, { "Sid" : "DenyKmsDecryptForExcludedKeys", "Effect" : "Deny", "Action" : "kms:Decrypt", "Resource" : "arn:aws:kms:*:*:key/*", "Condition" : { "StringEquals" : { "aws:ResourceTag/InspectorEc2Exclusion" : "true" } } }, { "Sid" : "DecryptSnapshotBlocksVolContext", "Effect" : "Allow", "Action" : "kms:Decrypt", "Resource" : "arn:aws:kms:*:*:key/*", "Condition" : { "StringEquals" : { "aws:ResourceAccount" : "${aws:PrincipalAccount}" }, "StringLike" : { "kms:EncryptionContext:aws:ebs:id" : "vol-*", "kms:ViaService" : "ec2.*.amazonaws.com" } } }, { "Sid" : "DecryptSnapshotBlocksSnapContext", "Effect" : "Allow", "Action" : "kms:Decrypt", "Resource" : "arn:aws:kms:*:*:key/*", "Condition" : { "StringEquals" : { "aws:ResourceAccount" : "${aws:PrincipalAccount}" }, "StringLike" : { "kms:EncryptionContext:aws:ebs:id" : "snap-*", "kms:ViaService" : "ec2.*.amazonaws.com" } } }, { "Sid" : "DescribeKeysForEbsOperations", "Effect" : "Allow", "Action" : "kms:DescribeKey", "Resource" : "arn:aws:kms:*:*:key/*", "Condition" : { "StringEquals" : { "aws:ResourceAccount" : "${aws:PrincipalAccount}" }, "StringLike" : { "kms:ViaService" : "ec2.*.amazonaws.com" } } }, { "Sid" : "ListKeyResourceTags", "Effect" : "Allow", "Action" : "kms:ListResourceTags", "Resource" : "arn:aws:kms:*:*:key/*" } ] }