1EULB-CREATE-LB-POLICY(1) User Commands EULB-CREATE-LB-POLICY(1)
2
3
4
6 eulb-create-lb-policy - Add a new policy to a load balancer
7
9 eulb-create-lb-policy -n POLICY -t POLTYPE
10
11 [-a "name=NAME, value=VALUE"] [-A NAME=VALUE,...]
12 [--attributes-from-file FILE] [-U URL] [--region USER@REGION]
13 [-I KEY_ID] [-S KEY] [--security-token TOKEN] [--debug]
14 [--debugger] [--version] [-h] ELB
15
17 Add a new policy to a load balancer
18
19 positional arguments:
20 ELB name of the load balancer to modify (required)
21
22 optional arguments:
23 -n POLICY, --policy-name POLICY
24 name of the new policy (required)
25
26 -t POLTYPE, --policy-type POLTYPE
27 type of the new policy. For a list of policy types, use
28 eulb-describe-lb-policy-types. (required)
29
30 -a "name=NAME, value=VALUE", --attribute "name=NAME, value=VALUE"
31 name and value for each attribute associated with the new pol‐
32 icy. Use this option multiple times to supply multiple
33 attributes.
34
35 -A NAME=VALUE,..., --attributes NAME=VALUE,...
36 a comma-delimited list of attribute names and values to asso‐
37 ciate with the new policy, each pair of which is separated by
38 "=". This is a more concise alternative to the -a/--attribute
39 option.
40
41 --attributes-from-file FILE
42 a file containing attribute names and values to associate with
43 the new policy, one per line, each pair of which is separated by
44 "=". Lines that are blank or begin with "#" are ignored.
45
46 -U URL, --url URL
47 load balancing service endpoint URL
48
49 --region USER@REGION
50 region and/or user names to search when looking up config file
51 data
52
53 -I KEY_ID, --access-key-id KEY_ID
54
55 -S KEY, --secret-key KEY
56
57 --security-token TOKEN
58
59 --debug
60 show debugging output
61
62 --debugger
63 launch interactive debugger on error
64
65 --version
66 show the program's version and exit
67
68 -h, --help
69 show this help message and exit
70
71
72
73euca2ools 3.4 December 2016 EULB-CREATE-LB-POLICY(1)