AutoScalingServiceRolePolicy - AWS Managed Policy

AutoScalingServiceRolePolicy

Description: Enables access to AWS services and Resources used or managed by Auto Scaling

AutoScalingServiceRolePolicy 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: January 08, 2018, 23:10 UTC

  • Edited time: February 29, 2024, 17:48 UTC

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

Policy version

Policy version: v8 (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" : "EC2InstanceManagement", "Effect" : "Allow", "Action" : [ "ec2:AttachClassicLinkVpc", "ec2:CancelSpotInstanceRequests", "ec2:CreateFleet", "ec2:CreateTags", "ec2:DeleteTags", "ec2:Describe*", "ec2:DetachClassicLinkVpc", "ec2:GetInstanceTypesFromInstanceRequirements", "ec2:GetSecurityGroupsForVpc", "ec2:ModifyInstanceAttribute", "ec2:RequestSpotInstances", "ec2:RunInstances", "ec2:StartInstances", "ec2:StopInstances", "ec2:TerminateInstances" ], "Resource" : "*" }, { "Sid" : "EC2InstanceProfileManagement", "Effect" : "Allow", "Action" : [ "iam:PassRole" ], "Resource" : "*", "Condition" : { "StringLike" : { "iam:PassedToService" : "ec2.amazonaws.com*" } } }, { "Sid" : "EC2SpotManagement", "Effect" : "Allow", "Action" : [ "iam:CreateServiceLinkedRole" ], "Resource" : "*", "Condition" : { "StringEquals" : { "iam:AWSServiceName" : "spot.amazonaws.com" } } }, { "Sid" : "ELBManagement", "Effect" : "Allow", "Action" : [ "elasticloadbalancing:Register*", "elasticloadbalancing:Deregister*", "elasticloadbalancing:Describe*" ], "Resource" : "*" }, { "Sid" : "CWManagement", "Effect" : "Allow", "Action" : [ "cloudwatch:DeleteAlarms", "cloudwatch:DescribeAlarms", "cloudwatch:GetMetricData", "cloudwatch:PutMetricAlarm" ], "Resource" : "*" }, { "Sid" : "SNSManagement", "Effect" : "Allow", "Action" : [ "sns:Publish" ], "Resource" : "*" }, { "Sid" : "EventBridgeRuleManagement", "Effect" : "Allow", "Action" : [ "events:PutRule", "events:PutTargets", "events:RemoveTargets", "events:DeleteRule", "events:DescribeRule" ], "Resource" : "*", "Condition" : { "StringEquals" : { "events:ManagedBy" : "autoscaling.amazonaws.com" } } }, { "Sid" : "SystemsManagerParameterManagement", "Effect" : "Allow", "Action" : [ "ssm:GetParameters" ], "Resource" : "*" }, { "Sid" : "VpcLatticeManagement", "Effect" : "Allow", "Action" : [ "vpc-lattice:DeregisterTargets", "vpc-lattice:GetTargetGroup", "vpc-lattice:ListTargets", "vpc-lattice:ListTargetGroups", "vpc-lattice:RegisterTargets" ], "Resource" : "*" } ] }

Learn more