1EUSCALE-CREATE-LAUNCH-CONFIG(1)  User Commands EUSCALE-CREATE-LAUNCH-CONFIG(1)
2
3
4

NAME

6       euscale-create-launch-config  -  Create  a  new  auto-scaling  instance
7       launch configuration
8

SYNOPSIS

10       euscale-create-launch-config -i IMAGE -t TYPE
11
12       [--associate-public-ip-address {true,false}]
13              [--block-device-mapping     DEVICE1=MAPPED1,DEVICE2=MAPPED2,...]
14              [--ebs-optimized]           [--group          GROUP1,GROUP2,...]
15              [--iam-instance-profile PROFILE] [--kernel KERNEL]  [--key  KEY‐
16              PAIR]  [--monitoring-enabled] [--monitoring-disabled] [--ramdisk
17              RAMDISK] [--spot-price PRICE] [-d DATA | --user-data-force  DATA
18              |  -f FILE] [-U URL] [--region USER@REGION] [-I KEY_ID] [-S KEY]
19              [--security-token TOKEN] [--debug] [--debugger] [--version] [-h]
20              LAUNCHCONFIG
21

DESCRIPTION

23       Create a new auto-scaling instance launch configuration
24
25   positional arguments:
26       LAUNCHCONFIG
27              name of the new launch configuration (required)
28
29   optional arguments:
30       -i IMAGE, --image-id IMAGE
31              machine image to use for instances (required)
32
33       -t TYPE, --instance-type TYPE
34              instance type for use for instances (required)
35
36       --associate-public-ip-address {true,false}
37              [VPC only] whether to assign instances public IP addresses
38
39       --block-device-mapping DEVICE1=MAPPED1,DEVICE2=MAPPED2,...
40              a  comma-separated  list of block device mappings for the image,
41              in  the  form   DEVICE=MAPPED,   where   "MAPPED"   is   "none",
42              "ephemeral(0-3)", or "[SNAPID]:[GiB]:[true|false]
43
44       --ebs-optimized
45              whether the instance is optimized for EBS I/O
46
47       --group GROUP1,GROUP2,...
48              a  comma-separated  list  of security groups with which to asso‐
49              ciate instances. Either all group names or  all  group  IDs  are
50              allowed, but not both.
51
52       --iam-instance-profile PROFILE
53              ARN of the instance profile associated with instances' IAM roles
54
55       --kernel KERNEL
56              kernel image to use for instances
57
58       --key KEYPAIR
59              name of the key pair to use for instances
60
61       --monitoring-enabled
62              enable detailed monitoring (enabled by default)
63
64       --monitoring-disabled
65              disable detailed monitoring (enabled by default)
66
67       --ramdisk RAMDISK
68              ramdisk image to use for instances
69
70       --spot-price PRICE
71              maximum hourly price for any spot instances launched
72
73       -d DATA, --user-data DATA
74              user data to make available to instances
75
76       --user-data-force DATA
77              same  as  -d/--user-data, but without checking if a file by that
78              name exists first
79
80       -f FILE, --user-data-file FILE
81              file containing user data to make available to instances
82
83       -U URL, --url URL
84              auto-scaling service endpoint URL
85
86       --region USER@REGION
87              region and/or user names to search when looking up  config  file
88              data
89
90       -I KEY_ID, --access-key-id KEY_ID
91
92       -S KEY, --secret-key KEY
93
94       --security-token TOKEN
95
96       --debug
97              show debugging output
98
99       --debugger
100              launch interactive debugger on error
101
102       --version
103              show the program's version and exit
104
105       -h, --help
106              show this help message and exit
107
108
109
110euca2ools 3.4                    December 2016 EUSCALE-CREATE-LAUNCH-CONFIG(1)
Impressum