.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. .TH EUSCALE-CREATE-LAUNCH-CONFIG "1" "March 2016" "euca2ools 3.3" "User Commands" .SH NAME euscale-create-launch-config \- Create a new auto-scaling instance launch configuration .SH SYNOPSIS euscale\-create\-launch\-config \fB\-i\fR IMAGE \fB\-t\fR TYPE .TP [\-\-associate\-public\-ip\-address {true,false}] [\-\-block\-device\-mapping DEVICE1=MAPPED1,DEVICE2=MAPPED2,...] [\-\-ebs\-optimized] [\-\-group GROUP1,GROUP2,...] [\-\-iam\-instance\-profile PROFILE] [\-\-kernel KERNEL] [\-\-key KEYPAIR] [\-\-monitoring\-enabled] [\-\-monitoring\-disabled] [\-\-ramdisk RAMDISK] [\-\-spot\-price PRICE] [\-d DATA | \fB\-\-user\-data\-force\fR DATA | \fB\-f\fR FILE] [\-U URL] [\-\-region USER@REGION] [\-I KEY_ID] [\-S KEY] [\-\-security\-token TOKEN] [\-\-debug] [\-\-debugger] [\-\-version] [\-h] LAUNCHCONFIG .SH DESCRIPTION Create a new auto\-scaling instance launch configuration .SS "positional arguments:" .TP LAUNCHCONFIG name of the new launch configuration (required) .SS "optional arguments:" .TP \fB\-i\fR IMAGE, \fB\-\-image\-id\fR IMAGE machine image to use for instances (required) .TP \fB\-t\fR TYPE, \fB\-\-instance\-type\fR TYPE instance type for use for instances (required) .TP \fB\-\-associate\-public\-ip\-address\fR {true,false} [VPC only] whether to assign instances public IP addresses .TP \fB\-\-block\-device\-mapping\fR DEVICE1=MAPPED1,DEVICE2=MAPPED2,... a comma\-separated list of block device mappings for the image, in the form DEVICE=MAPPED, where "MAPPED" is "none", "ephemeral(0\-3)", or "[SNAPID]:[GiB]:[true|false] .TP \fB\-\-ebs\-optimized\fR whether the instance is optimized for EBS I/O .TP \fB\-\-group\fR GROUP1,GROUP2,... a comma\-separated list of security groups with which to associate instances. Either all group names or all group IDs are allowed, but not both. .TP \fB\-\-iam\-instance\-profile\fR PROFILE ARN of the instance profile associated with instances' IAM roles .TP \fB\-\-kernel\fR KERNEL kernel image to use for instances .TP \fB\-\-key\fR KEYPAIR name of the key pair to use for instances .TP \fB\-\-monitoring\-enabled\fR enable detailed monitoring (enabled by default) .TP \fB\-\-monitoring\-disabled\fR disable detailed monitoring (enabled by default) .TP \fB\-\-ramdisk\fR RAMDISK ramdisk image to use for instances .TP \fB\-\-spot\-price\fR PRICE maximum hourly price for any spot instances launched .TP \fB\-d\fR DATA, \fB\-\-user\-data\fR DATA user data to make available to instances .TP \fB\-\-user\-data\-force\fR DATA same as \fB\-d\fR/\-\-user\-data, but without checking if a file by that name exists first .TP \fB\-f\fR FILE, \fB\-\-user\-data\-file\fR FILE file containing user data to make available to instances .TP \fB\-U\fR URL, \fB\-\-url\fR URL auto\-scaling service endpoint URL .TP \fB\-\-region\fR USER@REGION region and/or user names to search when looking up config file data .HP \fB\-I\fR KEY_ID, \fB\-\-access\-key\-id\fR KEY_ID .HP \fB\-S\fR KEY, \fB\-\-secret\-key\fR KEY .HP \fB\-\-security\-token\fR TOKEN .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