AmazonGuardDutyFullAccess_v2
Description: Provides full access to use Amazon GuardDuty
AmazonGuardDutyFullAccess_v2
is an AWS managed policy.
Using this policy
You can attach AmazonGuardDutyFullAccess_v2
to your users, groups, and roles.
Policy details
-
Type: AWS managed policy
-
Creation time: June 04, 2025, 20:22 UTC
-
Edited time: June 04, 2025, 20:22 UTC
-
ARN:
arn:aws:iam::aws:policy/AmazonGuardDutyFullAccess_v2
Policy version
Policy version: v1 (default)
The policy's default version is the version that defines the permissions for the policy. When a user or role with the policy makes a request to access an AWS resource, AWS checks the default version of the policy to determine whether to allow the request.
JSON policy document
{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "GuardDutyFullAccess", "Effect" : "Allow", "Action" : "guardduty:*", "Resource" : "*" }, { "Sid" : "CreateGuardDutyServiceLinkedRole", "Effect" : "Allow", "Action" : "iam:CreateServiceLinkedRole", "Resource" : "*", "Condition" : { "StringEquals" : { "iam:AWSServiceName" : [ "guardduty.amazonaws.com", "malware-protection.guardduty.amazonaws.com" ] } } }, { "Sid" : "GuardDutyOrganizationsReadOnly", "Effect" : "Allow", "Action" : [ "organizations:ListAWSServiceAccessForOrganization", "organizations:DescribeOrganizationalUnit", "organizations:DescribeAccount", "organizations:DescribeOrganization", "organizations:ListAccounts" ], "Resource" : "*" }, { "Sid" : "GuardDutyOrganizationsAdminAccess", "Effect" : "Allow", "Action" : [ "organizations:EnableAWSServiceAccess", "organizations:DisableAWSServiceAccess", "organizations:RegisterDelegatedAdministrator", "organizations:DeregisterDelegatedAdministrator", "organizations:ListDelegatedAdministrators" ], "Resource" : "*", "Condition" : { "StringEquals" : { "organizations:ServicePrincipal" : [ "guardduty.amazonaws.com", "malware-protection.guardduty.amazonaws.com" ] } } }, { "Sid" : "GuardDutyIamRoleAccess", "Effect" : "Allow", "Action" : "iam:GetRole", "Resource" : "arn:aws:iam::*:role/*AWSServiceRoleForAmazonGuardDutyMalwareProtection" }, { "Sid" : "PassRoleToMalwareProtectionPlan", "Effect" : "Allow", "Action" : "iam:PassRole", "Resource" : "arn:aws:iam::*:role/*", "Condition" : { "StringEquals" : { "iam:PassedToService" : "malware-protection-plan.guardduty.amazonaws.com" } } } ] }