AmazonSSMMaintenanceWindowRole - AWS Managed Policy

AmazonSSMMaintenanceWindowRole

Description: Service Role to be used for EC2 Maintenance Window

AmazonSSMMaintenanceWindowRole is an AWS managed policy.

Using this policy

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

Policy details

  • Type: Service role policy

  • Creation time: December 01, 2016, 15:57 UTC

  • Edited time: July 27, 2019, 00:16 UTC

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

Policy version

Policy version: v3 (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" : [ "ssm:GetAutomationExecution", "ssm:GetParameters", "ssm:ListCommands", "ssm:SendCommand", "ssm:StartAutomationExecution" ], "Resource" : [ "*" ] }, { "Effect" : "Allow", "Action" : [ "lambda:InvokeFunction" ], "Resource" : [ "arn:aws:lambda:*:*:function:SSM*", "arn:aws:lambda:*:*:function:*:SSM*" ] }, { "Effect" : "Allow", "Action" : [ "states:DescribeExecution", "states:StartExecution" ], "Resource" : [ "arn:aws:states:*:*:stateMachine:SSM*", "arn:aws:states:*:*:execution:SSM*" ] }, { "Effect" : "Allow", "Action" : [ "resource-groups:ListGroups", "resource-groups:ListGroupResources" ], "Resource" : [ "*" ] }, { "Effect" : "Allow", "Action" : [ "tag:GetResources" ], "Resource" : [ "*" ] } ] }

Learn more