
suspend-processes
*****************


DESCRIPTION
===========

Suspends Auto Scaling processes for an Auto Scaling group. To suspend
specific process types, specify them by name with the
"ScalingProcesses.member.N" parameter. To suspend all process types,
omit the "ScalingProcesses.member.N" parameter.

Warning: Suspending either of the two primary process types, "Launch" or
  "Terminate" , can prevent other process types from functioning
  properly. For more information about processes and their
  dependencies, see  ProcessType .

To resume processes that have been suspended, use  resume-processes .


SYNOPSIS
========

   aws autoscaling suspend-processes
     --auto-scaling-group-name <value>
     [--scaling-processes <value>]


REQUIRED PARAMETERS
===================

"--auto-scaling-group-name"  (string)
   The name or Amazon Resource Name (ARN) of the Auto Scaling group.


OPTIONAL PARAMETERS
===================

"--scaling-processes"  (list of string)
   The processes that you want to suspend or resume, which can include
   one or more of the following:

   * Launch

   * Terminate

   * HealthCheck

   * ReplaceUnhealthy

   * AZRebalance

   * AlarmNotification

   * ScheduledActions

   * AddToLoadBalancer

   To suspend all process types, omit this parameter.

   *Parameter Syntax*

      ["string", ...]
