View a markdown version of this page

AWSManagedBudgetsSpendLimitManagementAccess - AWS Managed Policy

AWSManagedBudgetsSpendLimitManagementAccess

Description: Grants the AWS Budgets service permissions to attach and detach Service Control Policies and manage accounts in an AWS Organization to enforce spend limit guardrails on member accounts.

AWSManagedBudgetsSpendLimitManagementAccess is an AWS managed policy.

Using this policy

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

Policy details

  • Type: AWS managed policy

  • Creation time: July 17, 2026, 21:12 UTC

  • Edited time: July 17, 2026, 21:12 UTC

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

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" : "SCPActions", "Effect" : "Allow", "Action" : [ "organizations:AttachPolicy", "organizations:DescribePolicy", "organizations:DetachPolicy", "organizations:ListPolicies" ], "Resource" : "arn:aws:organizations::*:policy/*/service_control_policy/*", "Condition" : { "StringEquals" : { "aws:ResourceTag/ManagedBy" : "SpendLimit" } } }, { "Sid" : "SCPTargetActions", "Effect" : "Allow", "Action" : [ "organizations:AttachPolicy", "organizations:DetachPolicy" ], "Resource" : "arn:aws:organizations::*:account/*" }, { "Sid" : "AccountActions", "Effect" : "Allow", "Action" : "organizations:CloseAccount", "Resource" : "arn:aws:organizations::*:account/*" } ] }

Learn more