View a markdown version of this page

AWSManagedAccountManagementAccess - AWS Managed Policy

AWSManagedAccountManagementAccess

Description: Grants AWS permissions to update and maintain AWS managed roles for AWS managed accounts

AWSManagedAccountManagementAccess is an AWS managed policy.

Using this policy

You can attach AWSManagedAccountManagementAccess to your users, groups, and roles.

Policy details

  • Type: AWS managed policy

  • Creation time: July 20, 2026, 19:57 UTC

  • Edited time: July 20, 2026, 19:57 UTC

  • ARN: arn:aws:iam::aws:policy/AWSManagedAccountManagementAccess

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" : { "Effect" : "Allow", "Action" : [ "iam:AttachRolePolicy", "iam:CreateRole", "iam:DeleteRole", "iam:DeleteRolePermissionsBoundary", "iam:DeleteRolePolicy", "iam:DetachRolePolicy", "iam:PutRolePermissionsBoundary", "iam:PutRolePolicy", "iam:TagRole", "iam:UntagRole", "iam:UpdateAssumeRolePolicy", "iam:UpdateRole" ], "Resource" : "arn:*:iam::*:role/managed/*" } }

Learn more