1EUCA-ASSOCIATE-ADDRESS(1) User Commands EUCA-ASSOCIATE-ADDRESS(1)
2
3
4
6 euca-associate-address - Associate an elastic IP address with a running
7 instance
8
10 euca-associate-address [-a ALLOC] (-i INSTANCE | -n INTERFACE)
11
12 [-p ADDRESS]
13 [--allow-reassociation | --no-allow-reassociation]
14 [--show-empty-fields] [-U URL] [--region USER@REGION] [-I
15 KEY_ID] [-S KEY] [--security-token TOKEN] [--debug] [--debugger]
16 [--version] [-h] [ADDRESS]
17
19 Associate an elastic IP address with a running instance
20
21 positional arguments:
22 ADDRESS
23 [Non-VPC only] IP address to associate (required)
24
25 optional arguments:
26 -a ALLOC, --allocation-id ALLOC
27 [VPC only] VPC allocation ID (required)
28
29 -i INSTANCE, --instance-id INSTANCE
30 ID of the instance to associate the address with
31
32 -n INTERFACE, --network-interface INTERFACE
33 [VPC only] network interface to associate the address with
34
35 -p ADDRESS, --private-ip-address ADDRESS
36 [VPC only] the private address to associate with the address
37 being associated in the VPC (default: primary private IP)
38
39 --allow-reassociation
40 [VPC only] allow the address to be associated even if it is
41 already associated with another interface
42
43 --no-allow-reassociation
44 [VPC only] do not allow the address to be associated if it is
45 already associated with another interface
46
47 --show-empty-fields
48 show empty values as "(nil)"
49
50 -U URL, --url URL
51 compute service endpoint URL
52
53 --region USER@REGION
54 region and/or user names to search when looking up config file
55 data
56
57 -I KEY_ID, --access-key-id KEY_ID
58
59 -S KEY, --secret-key KEY
60
61 --security-token TOKEN
62
63 --debug
64 show debugging output
65
66 --debugger
67 launch interactive debugger on error
68
69 --version
70 show the program's version and exit
71
72 -h, --help
73 show this help message and exit
74
75
76
77euca2ools 3.4 December 2016 EUCA-ASSOCIATE-ADDRESS(1)