
execute-policy
**************


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

Runs the policy you create for your Auto Scaling group in  put-
scaling-policy .


SYNOPSIS
========

   aws autoscaling execute-policy
     --policy-name <value>
     [--auto-scaling-group-name <value>]
     [--honor-cooldown ]


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

"--policy-name"  (string)
   The name or PolicyARN of the policy you want to run.


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

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

"--honor-cooldown"  (boolean)
   Set to "True" if you want Auto Scaling to reject this request when
   the Auto Scaling group is in cooldown.
