.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.2. .TH EUSCALE-PUT-SCALING-POLICY "1" "August 2013" "euca2ools 3.0.1" "User Commands" .SH NAME euscale-put-scaling-policy \- Create or update an auto-scaling group's scaling policy .SH SYNOPSIS euscale\-put\-scaling\-policy \fB\-g\fR ASGROUP \fB\-a\fR SCALE \fB\-t\fR {ChangeInCapacity,ExactCapacity,PercentChangeInCapacity} [\-\-cooldown SECONDS] [\-s PERCENT] [\-\-region USER@REGION | \fB\-U\fR URL] [\-I KEY_ID] [\-S KEY] [\-\-debug] [\-\-debugger] [\-\-version] [\-h] POLICY .SH DESCRIPTION Create or update an auto\-scaling group's scaling policy .SS "positional arguments:" .TP POLICY name of the policy to create or update (required) .SS "optional arguments:" .TP \fB\-g\fR ASGROUP, \fB\-\-auto\-scaling\-group\fR ASGROUP name of the auto\-scaling group the policy is associated with (required) .TP \fB\-a\fR SCALE, \fB\-\-adjustment\fR SCALE amount to scale the group's capacity of the group. Use a negative value, as in "\-\-adjustment=\-1", to decrease capacity. (required) .TP \fB\-t\fR {ChangeInCapacity,ExactCapacity,PercentChangeInCapacity}, \fB\-\-type\fR {ChangeInCapacity,ExactCapacity,PercentChangeInCapacity} whether the adjustment is the new desired size or an increment to the group's current capacity. An increment can either be a fixed number or a percentage of current capacity. (required) .TP \fB\-\-cooldown\fR SECONDS waiting period after successful auto\-scaling activities during which later auto\-scaling activities will not execute .TP \fB\-s\fR PERCENT, \fB\-\-min\-adjustment\-step\fR PERCENT for a PercentChangeInCapacity type policy, guarantee that this policy will change the group's desired capacity by at least this much .TP \fB\-\-region\fR USER@REGION name of the region and/or user in config files to use to connect to the service .TP \fB\-U\fR URL, \fB\-\-url\fR URL auto\-scaling service endpoint URL .HP \fB\-I\fR KEY_ID, \fB\-\-access\-key\-id\fR KEY_ID .HP \fB\-S\fR KEY, \fB\-\-secret\-key\fR KEY .TP \fB\-\-debug\fR show debugging output .TP \fB\-\-debugger\fR launch interactive debugger on error .TP \fB\-\-version\fR show the program's version and exit .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit