Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Resume processes

Focus mode
Resume processes - Amazon EC2 Auto Scaling

To resume a suspended process for an Auto Scaling group, use one of the following methods:

Console
To resume a suspended process
  1. Open the Amazon EC2 console at https://console.aws.amazon.com/ec2/, and choose Auto Scaling Groups from the navigation pane.

  2. Select the check box next to the Auto Scaling group.

    A split pane opens up in the bottom of the page.

  3. On the Details tab, choose Advanced configurations, Edit.

  4. For Suspended processes, remove the suspended process.

  5. Choose Update.

AWS CLI

To resume a suspended process, use the following resume-processes command.

aws autoscaling resume-processes --auto-scaling-group-name my-asg --scaling-processes HealthCheck

To resume all suspended processes, omit the --scaling-processes option, as follows.

aws autoscaling resume-processes --auto-scaling-group-name my-asg
To resume a suspended process
  1. Open the Amazon EC2 console at https://console.aws.amazon.com/ec2/, and choose Auto Scaling Groups from the navigation pane.

  2. Select the check box next to the Auto Scaling group.

    A split pane opens up in the bottom of the page.

  3. On the Details tab, choose Advanced configurations, Edit.

  4. For Suspended processes, remove the suspended process.

  5. Choose Update.

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.