1EUSCALE-CREATE-AUTO-SCALING-GROUP(U1s)er CommaEnUdSsCALE-CREATE-AUTO-SCALING-GROUP(1)
2
3
4
6 euscale-create-auto-scaling-group - Create a new auto-scaling group
7
9 euscale-create-auto-scaling-group -l LAUNCHCONFIG -M COUNT -m COUNT
10
11 [--default-cooldown SECONDS]
12 [--desired-capacity COUNT] [--grace-period SECONDS]
13 [--health-check-type {EC2,ELB}] [--load-balancers ELB1,ELB2,...]
14 [--placement-group PLACEMENTGROUP] [--tag "k=VALUE, id=VALUE,
15 t=VALUE, v=VALUE, p={true,false}"] [--termination-policies POL‐
16 ICY1,POLICY2,...] [--vpc-zone-identifier ZONE1,ZONE2,...] [-z
17 ZONE1,ZONE2,...] [-U URL] [--region USER@REGION] [-I KEY_ID] [-S
18 KEY] [--security-token TOKEN] [--debug] [--debugger] [--version]
19 [-h] ASGROUP
20
22 Create a new auto-scaling group
23
24 positional arguments:
25 ASGROUP
26 name of the new auto-scaling group (required)
27
28 optional arguments:
29 -l LAUNCHCONFIG, --launch-configuration LAUNCHCONFIG
30 name of the launch configuration to use with the new group
31 (required)
32
33 -M COUNT, --max-size COUNT
34 maximum group size (required)
35
36 -m COUNT, --min-size COUNT
37 minimum group size (required)
38
39 --default-cooldown SECONDS
40 amount of time, in seconds, after a scaling activity completes
41 before any further trigger-related scaling activities may start
42
43 --desired-capacity COUNT
44 number of running instances the group should contain
45
46 --grace-period SECONDS
47 number of seconds to wait before starting health checks on
48 newly-created instances
49
50 --health-check-type {EC2,ELB}
51 service to obtain health check status from
52
53 --load-balancers ELB1,ELB2,...
54 comma-separated list of load balancers to use
55
56 --placement-group PLACEMENTGROUP
57 placement group in which to launch new instances
58
59 --tag "k=VALUE, id=VALUE, t=VALUE, v=VALUE, p={true,false}"
60 attributes of a tag to affect. Tags follow the following format:
61 "id=resource-name, t=resource-type, k=tag-key, v=tag-val,
62 p=propagate-at-launch-flag", where k is the tag's name, v is the
63 tag's value, id is a resource ID, t is a resource type, and p is
64 whether to propagate tags to instances created by the group. A
65 value for 'k=' is required for each tag. The rest are optional.
66 This argument may be used more than once. Each time affects a
67 different tag.
68
69 --termination-policies POLICY1,POLICY2,...
70 ordered list of termination policies. The first has the highest
71 precedence.
72
73 --vpc-zone-identifier ZONE1,ZONE2,...
74 comma-separated list of subnet identifiers. If you specify
75 availability zones as well, ensure the subnets' availability
76 zones match the ones you specified
77
78 -z ZONE1,ZONE2,..., --availability-zones ZONE1,ZONE2,...
79 comma-separated list of availability zones for the new group
80 (required unless subnets are supplied)
81
82 -U URL, --url URL
83 auto-scaling service endpoint URL
84
85 --region USER@REGION
86 region and/or user names to search when looking up config file
87 data
88
89 -I KEY_ID, --access-key-id KEY_ID
90
91 -S KEY, --secret-key KEY
92
93 --security-token TOKEN
94
95 --debug
96 show debugging output
97
98 --debugger
99 launch interactive debugger on error
100
101 --version
102 show the program's version and exit
103
104 -h, --help
105 show this help message and exit
106
107
108
109euca2ools 3.4 December 2E0U1S6CALE-CREATE-AUTO-SCALING-GROUP(1)