1EUSCALE-UPDATE-AUTO-SCALING-GROUP(U1s)er CommaEnUdSsCALE-UPDATE-AUTO-SCALING-GROUP(1)
2
3
4
6 euscale-update-auto-scaling-group - Update an auto-scaling group's
7 parameters
8
10 euscale-update-auto-scaling-group [--default-cooldown SECONDS]
11
12 [--desired-capacity COUNT]
13 [--grace-period SECONDS] [--health-check-type {EC2,ELB}] [-l
14 LAUNCHCONFIG] [-M COUNT] [-m COUNT] [--placement-group PLACE‐
15 MENTGROUP] [--termination-policies POLICY1,POLICY2,...]
16 [--vpc-zone-identifier ZONE1,ZONE2,...] [-z ZONE1,ZONE2,...]
17 [-U URL] [--region USER@REGION] [-I KEY_ID] [-S KEY] [--secu‐
18 rity-token TOKEN] [--debug] [--debugger] [--version] [-h]
19 ASGROUP
20
22 Update an auto-scaling group's parameters
23
24 positional arguments:
25 ASGROUP
26 name of the auto-scaling group to update (required)
27
28 optional arguments:
29 --default-cooldown SECONDS
30 amount of time, in seconds, after a scaling activity completes
31 before any further trigger-related scaling activities may start
32
33 --desired-capacity COUNT
34 number of running instances the group should contain
35
36 --grace-period SECONDS
37 number of seconds to wait before starting health checks on
38 newly-created instances
39
40 --health-check-type {EC2,ELB}
41 service to obtain health check status from
42
43 -l LAUNCHCONFIG, --launch-configuration LAUNCHCONFIG
44 name of the launch configuration to use with the new group
45 (required)
46
47 -M COUNT, --max-size COUNT
48 maximum group size (required)
49
50 -m COUNT, --min-size COUNT
51 minimum group size (required)
52
53 --placement-group PLACEMENTGROUP
54 placement group in which to launch new instances
55
56 --termination-policies POLICY1,POLICY2,...
57 ordered list of termination policies. The first has the highest
58 precedence.
59
60 --vpc-zone-identifier ZONE1,ZONE2,...
61 comma-separated list of subnet identifiers. If you specify
62 availability zones as well, ensure the subnets' availability
63 zones match the ones you specified
64
65 -z ZONE1,ZONE2,..., --availability-zones ZONE1,ZONE2,...
66 comma-separated list of availability zones for the new group
67 (required unless subnets are supplied)
68
69 -U URL, --url URL
70 auto-scaling service endpoint URL
71
72 --region USER@REGION
73 region and/or user names to search when looking up config file
74 data
75
76 -I KEY_ID, --access-key-id KEY_ID
77
78 -S KEY, --secret-key KEY
79
80 --security-token TOKEN
81
82 --debug
83 show debugging output
84
85 --debugger
86 launch interactive debugger on error
87
88 --version
89 show the program's version and exit
90
91 -h, --help
92 show this help message and exit
93
94
95
96euca2ools 3.4 December 2E0U1S6CALE-UPDATE-AUTO-SCALING-GROUP(1)