1EULB-CREATE-LB-LISTENERS(1) User Commands EULB-CREATE-LB-LISTENERS(1)
2
3
4
6 eulb-create-lb-listeners - Add one or more listeners to a load balancer
7
9 eulb-create-lb-listeners -l "lb-port=PORT,
10
11 protocol={HTTP,HTTPS,SSL,TCP},
12 instance-port=PORT, instance-protocol={HTTP,HTTPS,SSL,TCP},
13 cert-id=ARN" [-U URL] [--region USER@REGION] [-I KEY_ID] [-S
14 KEY] [--security-token TOKEN] [--debug] [--debugger] [--version]
15 [-h] ELB
16
18 Add one or more listeners to a load balancer
19
20 positional arguments:
21 ELB name of the load balancer to modify (required)
22
23 optional arguments:
24 -l "lb-port=PORT, protocol={HTTP,HTTPS,SSL,TCP}, instance-port=PORT,
25 instance-protocol={HTTP,HTTPS,SSL,TCP}, cert-id=ARN", --listener
26 "lb-port=PORT, protocol={HTTP,HTTPS,SSL,TCP}, instance-port=PORT,
27 instance-protocol={HTTP,HTTPS,SSL,TCP}, cert-id=ARN"
28 port/protocol settings for the load balancer, where lb-port is
29 the external port number, protocol is the external protocol,
30 instance-port is the back end server port number, instance-pro‐
31 tocol is the protocol to use for routing traffic to back end
32 instances, and cert-id is the ARN of the server certificate to
33 use for encrypted connections. lb-port, protocol, and
34 instance-port are required. This option may be used multiple
35 times. (at least 1 required)
36
37 -U URL, --url URL
38 load balancing service endpoint URL
39
40 --region USER@REGION
41 region and/or user names to search when looking up config file
42 data
43
44 -I KEY_ID, --access-key-id KEY_ID
45
46 -S KEY, --secret-key KEY
47
48 --security-token TOKEN
49
50 --debug
51 show debugging output
52
53 --debugger
54 launch interactive debugger on error
55
56 --version
57 show the program's version and exit
58
59 -h, --help
60 show this help message and exit
61
62
63
64euca2ools 3.4 December 2016 EULB-CREATE-LB-LISTENERS(1)