1EUSCALE-PUT-SCALING-POLICY(1)    User Commands   EUSCALE-PUT-SCALING-POLICY(1)
2
3
4

NAME

6       euscale-put-scaling-policy  -  Create or update an auto-scaling group's
7       scaling policy
8

SYNOPSIS

10       euscale-put-scaling-policy -g ASGROUP -a SCALE -t
11
12       {ChangeInCapacity,ExactCapacity,PercentChangeInCapacity}
13              [--cooldown   SECONDS]   [-s   PERCENT]   [-U   URL]   [--region
14              USER@REGION]  [-I  KEY_ID]  [-S  KEY]  [--security-token  TOKEN]
15              [--debug] [--debugger] [--version] [-h] POLICY
16

DESCRIPTION

18       Create or update an auto-scaling group's scaling policy
19
20   positional arguments:
21       POLICY name of the policy to create or update (required)
22
23   optional arguments:
24       -g ASGROUP, --auto-scaling-group ASGROUP
25              name of the auto-scaling group the  policy  is  associated  with
26              (required)
27
28       -a SCALE, --adjustment SCALE
29              amount  to  scale the group's capacity of the group. Use a nega‐
30              tive value,  as  in  "--adjustment=-1",  to  decrease  capacity.
31              (required)
32
33       -t   {ChangeInCapacity,ExactCapacity,PercentChangeInCapacity},   --type
34       {ChangeInCapacity,ExactCapacity,PercentChangeInCapacity}
35              whether the adjustment is the new desired size or  an  increment
36              to  the  group's  current capacity. An increment can either be a
37              fixed number or a percentage of current capacity. (required)
38
39       --cooldown SECONDS
40              waiting period after successful auto-scaling  activities  during
41              which later auto-scaling activities will not execute
42
43       -s PERCENT, --min-adjustment-step PERCENT
44              for  a  PercentChangeInCapacity type policy, guarantee that this
45              policy will change the group's desired capacity by at least this
46              much
47
48       -U URL, --url URL
49              auto-scaling service endpoint URL
50
51       --region USER@REGION
52              region  and/or  user names to search when looking up config file
53              data
54
55       -I KEY_ID, --access-key-id KEY_ID
56
57       -S KEY, --secret-key KEY
58
59       --security-token TOKEN
60
61       --debug
62              show debugging output
63
64       --debugger
65              launch interactive debugger on error
66
67       --version
68              show the program's version and exit
69
70       -h, --help
71              show this help message and exit
72
73
74
75euca2ools 3.4                    December 2016   EUSCALE-PUT-SCALING-POLICY(1)
Impressum