AWSConfigRemediation-EnableAutoScalingGroupELBHealthCheck - Amazon Systems Manager Automation runbook reference
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWSConfigRemediation-EnableAutoScalingGroupELBHealthCheck

Description

The AWSConfigRemediation-EnableAutoScalingGroupELBHealthCheck runbook enables health checks for the Amazon EC2 Auto Scaling (Auto Scaling) group you specify.

Run this Automation (console)

Document type

Automation

Owner

Amazon

Platforms

Linux, macOS, Windows

Parameters

  • AutomationAssumeRole

    Type: String

    Description: (Required) The Amazon Resource Name (ARN) of the Amazon Identity and Access Management (IAM) role that allows Systems Manager Automation to perform the actions on your behalf.

  • AutoScalingGroupARN

    Type: String

    Description: (Required) The Amazon Resource Name (ARN) of the auto scaling group that you want to enable health checks on.

  • HealthCheckGracePeriod

    Type: Integer

    Default: 300

    Description: (Optional) The amount of time, in seconds, that Auto Scaling waits before checking the health status of an Amazon Elastic Compute Cloud (Amazon EC2) instance that has come into service.

Required IAM permissions

The AutomationAssumeRole parameter requires the following actions to use the runbook successfully.

  • ssm:StartAutomationExecution

  • ssm:GetAutomationExecution

  • ec2:DescribeAutoScalingGroups

  • ec2:UpdateAutoScalingGroup

Document Steps

  • aws:executeScript - Enables health checks on the Auto Scaling group you specify in the AutoScalingGroupARN parameter.