Suspend processes
To suspend a process for an Amazon EC2 Auto Scaling group, use one of the following methods:
- Console
-
To suspend a process
Open the Amazon EC2 console at https://console.aws.amazon.com/ec2/
, and choose Amazon EC2 Auto Scaling Groups from the navigation pane. -
Select the check box next to the Amazon EC2 Auto Scaling group.
A split pane opens up in the bottom of the page.
-
On the Details tab, choose Advanced configurations, Edit.
-
For Suspended processes, choose the process to suspend.
-
Choose Update.
- AWS CLI
-
Use the following suspend-processes
command to suspend individual processes. aws autoscaling suspend-processes --auto-scaling-group-namemy-asg--scaling-processesHealthCheckReplaceUnhealthyTo suspend all processes, omit the
--scaling-processesoption, as follows.aws autoscaling suspend-processes --auto-scaling-group-namemy-asg