.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. .TH EULB-CREATE-LB "1" "March 2016" "euca2ools 3.3" "User Commands" .SH NAME eulb-create-lb \- Create a load balancer .SH SYNOPSIS eulb\-create\-lb (\fB\-s\fR SUBNET1,SUBNET2,... | \fB\-z\fR ZONE1,ZONE2,...) \fB\-l\fR .TP "lb\-port=PORT, protocol={HTTP,HTTPS,SSL,TCP}, instance\-port=PORT, instance\-protocol={HTTP,HTTPS,SSL,TCP}, cert\-id=ARN" [\-i internal] [\-g GROUP1,GROUP2,...] [\-t KEY=VALUE] [\-\-show\-empty\-fields] [\-U URL] [\-\-region USER@REGION] [\-I KEY_ID] [\-S KEY] [\-\-security\-token TOKEN] [\-\-debug] [\-\-debugger] [\-\-version] [\-h] ELB .SH DESCRIPTION Create a load balancer .SH DESCRIPTION After the load balancer is created, instances must be registered with it separately. .SS "positional arguments:" .TP ELB name of the new load balancer (required) .SS "optional arguments:" .TP \fB\-s\fR SUBNET1,SUBNET2,..., \fB\-\-subnets\fR SUBNET1,SUBNET2,... [VPC only] subnets the load balancer should run in (required) .TP \fB\-z\fR ZONE1,ZONE2,..., \fB\-\-availability\-zones\fR ZONE1,ZONE2,... [Non\-VPC only] availability zones the load balancer should run in (required) .TP \fB\-l\fR "lb\-port=PORT, protocol={HTTP,HTTPS,SSL,TCP}, instance\-port=PORT, instance\-protocol={HTTP,HTTPS,SSL,TCP}, cert\-id=ARN", \fB\-\-listener\fR "lb\-port=PORT, protocol={HTTP,HTTPS,SSL,TCP}, instance\-port=PORT, instance\-protocol={HTTP,HTTPS,SSL,TCP}, cert\-id=ARN" port/protocol settings for the load balancer, where lb\-port is the external port number, protocol is the external protocol, instance\-port is the back end server port number, instance\-protocol is the protocol to use for routing traffic to back end instances, and cert\-id is the ARN of the server certificate to use for encrypted connections. lb\-port, protocol, and instance\-port are required. This option may be used multiple times. (at least 1 required) .TP \fB\-i\fR internal, \fB\-\-scheme\fR internal [VPC only] "internal" to make the new load balancer private to a VPC .TP \fB\-g\fR GROUP1,GROUP2,..., \fB\-\-security\-groups\fR GROUP1,GROUP2,... [VPC only] IDs of the security groups to assign to the new load balancer .TP \fB\-t\fR KEY=VALUE, \fB\-\-tag\fR KEY=VALUE key and value of a tag to add to the new load balancer .TP \fB\-\-show\-empty\-fields\fR show empty values as "(nil)" .TP \fB\-U\fR URL, \fB\-\-url\fR URL load balancing 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