Suspends the specified auto scaling processes, or all processes, for the specified Auto Scaling group
Suspends the specified auto scaling processes, or all processes, for the specified Auto Scaling group.
If you suspend either the Launch
or Terminate
process types, it can
prevent other process types from functioning properly. For more
information, see Suspending and resuming scaling processes
in the Amazon EC2 Auto Scaling User Guide.
To resume processes that have been suspended, call the
resume_processes
API.
autoscaling_suspend_processes(AutoScalingGroupName, ScalingProcesses)
AutoScalingGroupName |
[required] The name of the Auto Scaling group. |
ScalingProcesses |
One or more of the following processes:
If you omit this parameter, all processes are specified. |
An empty list.
svc$suspend_processes( AutoScalingGroupName = "string", ScalingProcesses = list( "string" ) )
## Not run: # This example suspends the specified scaling process for the specified # Auto Scaling group. svc$suspend_processes( AutoScalingGroupName = "my-auto-scaling-group", ScalingProcesses = list( "AlarmNotification" ) ) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.