View a markdown version of this page

AWSBudgetsSpendLimitMemberRolePolicy - AWS Managed Policy

AWSBudgetsSpendLimitMemberRolePolicy

Description: Grants the AWS Budgets service permissions to describe, stop, and terminate resources in a member account to enforce spend limit actions.

AWSBudgetsSpendLimitMemberRolePolicy is an AWS managed policy.

Using this policy

This policy is attached to a service-linked role that allows the service to perform actions on your behalf. You cannot attach this policy to your users, groups, or roles.

Policy details

  • Type: Service-linked role policy

  • Creation time: July 18, 2026, 00:57 UTC

  • Edited time: July 18, 2026, 00:57 UTC

  • ARN: arn:aws:iam::aws:policy/aws-service-role/AWSBudgetsSpendLimitMemberRolePolicy

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" : "EC2Actions", "Effect" : "Allow", "Action" : [ "ec2:DescribeInstances", "ec2:StopInstances", "ec2:DescribeNatGateways", "ec2:DescribeVpnGateways", "ec2:DescribeAddresses", "ec2:DescribeSnapshots", "ec2:DescribeInstanceStatus" ], "Resource" : "*" }, { "Sid" : "RDSActions", "Effect" : "Allow", "Action" : [ "rds:DescribeDBInstances", "rds:StopDBInstance", "rds:DescribeDBClusters", "rds:StopDBCluster", "rds:CreateDBClusterSnapshot", "rds:DescribeDBClusterSnapshots", "rds:RestoreDBClusterFromSnapshot", "rds:RestoreDBClusterToPointInTime", "rds:DescribeIntegrations", "rds:DescribeDBProxies" ], "Resource" : "*" }, { "Sid" : "DSQLActions", "Effect" : "Allow", "Action" : [ "dsql:GetCluster", "dsql:ListClusters" ], "Resource" : "*" }, { "Sid" : "SageMakerActions", "Effect" : "Allow", "Action" : [ "sagemaker:DescribeNotebookInstance", "sagemaker:ListNotebookInstances", "sagemaker:StopNotebookInstance", "sagemaker:StartNotebookInstance", "sagemaker:DescribeApp", "sagemaker:ListApps", "sagemaker:DescribeTrainingJob", "sagemaker:ListTrainingJobs", "sagemaker:StopTrainingJob", "sagemaker:DescribeProcessingJob", "sagemaker:ListProcessingJobs", "sagemaker:StopProcessingJob", "sagemaker:DescribeTransformJob", "sagemaker:ListTransformJobs", "sagemaker:StopTransformJob", "sagemaker:ListEndpoints", "sagemaker:DescribeEndpointConfig", "sagemaker:ListEndpointConfigs", "sagemaker:DescribeCluster", "sagemaker:ListClusters", "sagemaker:DescribeClusterNode", "sagemaker:ListClusterNodes", "sagemaker:AttachClusterNodeVolume", "sagemaker:DetachClusterNodeVolume", "sagemaker:DescribeMlflowTrackingServer", "sagemaker:ListMlflowTrackingServers", "sagemaker:StopMlflowTrackingServer", "sagemaker:StopLabelingJob", "sagemaker:DescribeUserProfile" ], "Resource" : "*" }, { "Sid" : "LambdaActions", "Effect" : "Allow", "Action" : [ "lambda:GetFunctionConfiguration", "lambda:ListFunctions", "lambda:GetFunctionConcurrency", "lambda:PutFunctionConcurrency", "lambda:DeleteFunctionConcurrency", "lambda:ListEventSourceMappings", "lambda:GetEventSourceMapping", "lambda:GetProvisionedConcurrencyConfig", "lambda:ListProvisionedConcurrencyConfigs", "lambda:PutProvisionedConcurrencyConfig", "lambda:DeleteProvisionedConcurrencyConfig" ], "Resource" : "*" }, { "Sid" : "BedrockActions", "Effect" : "Allow", "Action" : [ "bedrock:GetProvisionedModelThroughput", "bedrock:ListProvisionedModelThroughputs", "bedrock:UpdateProvisionedModelThroughput", "bedrock:GetModelInvocationJob", "bedrock:ListModelInvocationJobs", "bedrock:StopModelInvocationJob", "bedrock:GetModelCustomizationJob", "bedrock:ListModelCustomizationJobs", "bedrock:StopModelCustomizationJob", "bedrock:GetEvaluationJob", "bedrock:ListEvaluationJobs", "bedrock:StopEvaluationJob" ], "Resource" : "*" }, { "Sid" : "SSMAutomation", "Effect" : "Allow", "Action" : [ "ssm:StartAutomationExecution", "ssm:GetAutomationExecution", "ssm:DescribeAutomationExecutions", "ssm:DescribeAutomationStepExecutions", "ssm:StopAutomationExecution" ], "Resource" : [ "arn:aws:ssm:*:*:document/AWS-StartEC2Instance", "arn:aws:ssm:*:*:document/AWS-StopEC2Instance", "arn:aws:ssm:*:*:document/AWS-StartRdsInstance", "arn:aws:ssm:*:*:document/AWS-StopRdsInstance", "arn:aws:ssm:*:*:automation-execution/*", "arn:aws:ssm:*:*:automation-definition/AWS-StartEC2Instance:*", "arn:aws:ssm:*:*:automation-definition/AWS-StopEC2Instance:*", "arn:aws:ssm:*:*:automation-definition/AWS-StartRdsInstance:*", "arn:aws:ssm:*:*:automation-definition/AWS-StopRdsInstance:*" ] }, { "Sid" : "ComputeOptimizerActions", "Effect" : "Allow", "Action" : [ "compute-optimizer:GetIdleRecommendations", "compute-optimizer:GetRecommendationSummaries", "compute-optimizer:GetEnrollmentStatus" ], "Resource" : "*" }, { "Sid" : "ComputeOptimizerAutomationActions", "Effect" : "Allow", "Action" : [ "aco-automation:StartAutomationEvent", "aco-automation:ListRecommendedActions", "aco-automation:GetAutomationEvent" ], "Resource" : "*" }, { "Sid" : "SSOActions", "Effect" : "Allow", "Action" : [ "sso:ListInstances" ], "Resource" : "*" }, { "Sid" : "AccountActions", "Effect" : "Allow", "Action" : [ "account:GetAccountInformation", "account:GetPrimaryEmail" ], "Resource" : "*" } ] }

Learn more