
resume-processes
****************


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

Resumes Auto Scaling processes for an Auto Scaling group. For more
information, see  suspend-processes and  ProcessType .


SYNOPSIS
========

   aws autoscaling resume-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", ...]
