1EULB-CREATE-LB(1)                User Commands               EULB-CREATE-LB(1)
2
3
4

NAME

6       eulb-create-lb - Create a load balancer
7

SYNOPSIS

9       eulb-create-lb (-s SUBNET1,SUBNET2,... | -z ZONE1,ZONE2,...) -l
10
11       "lb-port=PORT, protocol={HTTP,HTTPS,SSL,TCP},
12              instance-port=PORT,      instance-protocol={HTTP,HTTPS,SSL,TCP},
13              cert-id=ARN" [-i internal] [-g GROUP1,GROUP2,...] [-t KEY=VALUE]
14              [--show-empty-fields]   [-U   URL]  [--region  USER@REGION]  [-I
15              KEY_ID] [-S KEY] [--security-token TOKEN] [--debug] [--debugger]
16              [--version] [-h] ELB
17

DESCRIPTION

19       Create a load balancer
20

DESCRIPTION

22       After  the  load balancer is created, instances must be registered with
23       it separately.
24
25   positional arguments:
26       ELB    name of the new load balancer (required)
27
28   optional arguments:
29       -s SUBNET1,SUBNET2,..., --subnets SUBNET1,SUBNET2,...
30              [VPC only] subnets the load balancer should run in (required)
31
32       -z ZONE1,ZONE2,..., --availability-zones ZONE1,ZONE2,...
33              [Non-VPC only] availability zones the load balancer  should  run
34              in (required)
35
36       -l  "lb-port=PORT,  protocol={HTTP,HTTPS,SSL,TCP},  instance-port=PORT,
37       instance-protocol={HTTP,HTTPS,SSL,TCP},    cert-id=ARN",     --listener
38       "lb-port=PORT,    protocol={HTTP,HTTPS,SSL,TCP},    instance-port=PORT,
39       instance-protocol={HTTP,HTTPS,SSL,TCP}, cert-id=ARN"
40              port/protocol settings for the load balancer, where  lb-port  is
41              the  external  port  number,  protocol is the external protocol,
42              instance-port is the back end server port number,  instance-pro‐
43              tocol  is  the  protocol  to use for routing traffic to back end
44              instances, and cert-id is the ARN of the server  certificate  to
45              use   for   encrypted   connections.   lb-port,   protocol,  and
46              instance-port are required. This option  may  be  used  multiple
47              times. (at least 1 required)
48
49       -i internal, --scheme internal
50              [VPC only] "internal" to make the new load balancer private to a
51              VPC
52
53       -g GROUP1,GROUP2,..., --security-groups GROUP1,GROUP2,...
54              [VPC only] IDs of the security groups to assign to the new  load
55              balancer
56
57       -t KEY=VALUE, --tag KEY=VALUE
58              key and value of a tag to add to the new load balancer
59
60       --show-empty-fields
61              show empty values as "(nil)"
62
63       -U URL, --url URL
64              load balancing service endpoint URL
65
66       --region USER@REGION
67              region  and/or  user names to search when looking up config file
68              data
69
70       -I KEY_ID, --access-key-id KEY_ID
71
72       -S KEY, --secret-key KEY
73
74       --security-token TOKEN
75
76       --debug
77              show debugging output
78
79       --debugger
80              launch interactive debugger on error
81
82       --version
83              show the program's version and exit
84
85       -h, --help
86              show this help message and exit
87
88
89
90euca2ools 3.4                    December 2016               EULB-CREATE-LB(1)
Impressum