PowerUserAccess
Description: Provides full access to AWS services and resources, but does not allow management of Users and groups.
PowerUserAccess
is an AWS managed policy.
Using this policy
You can attach PowerUserAccess
to your users, groups, and roles.
Policy details
-
Type: AWS managed policy
-
Creation time: February 06, 2015, 18:39 UTC
-
Edited time: August 19, 2024, 16:12 UTC
-
ARN:
arn:aws:iam::aws:policy/PowerUserAccess
Policy version
Policy version: v6 (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" : [ { "Effect" : "Allow", "NotAction" : [ "iam:*", "organizations:*", "account:*" ], "Resource" : "*" }, { "Effect" : "Allow", "Action" : [ "account:GetAccountInformation", "account:GetPrimaryEmail", "account:ListRegions", "iam:CreateServiceLinkedRole", "iam:DeleteServiceLinkedRole", "iam:ListRoles", "organizations:DescribeOrganization" ], "Resource" : "*" } ] }