1EUCA-CREATE-ROUTE(1) User Commands EUCA-CREATE-ROUTE(1)
2
3
4
6 euca-create-route - Add a route to a VPC route table
7
9 euca-create-route -r CIDR
10
11 (-g GATEWAY | -i INSTANCE | -n NETWORKINTERFACEID | -p PEERCON)
12 [--show-empty-fields] [-U URL] [--region USER@REGION] [-I
13 KEY_ID] [-S KEY] [--security-token TOKEN] [--debug] [--debugger]
14 [--version] [-h] RTABLE
15
17 Add a route to a VPC route table
18
19 positional arguments:
20 RTABLE ID of the route table to add the route to (required)
21
22 optional arguments:
23 -r CIDR, --cidr CIDR
24 CIDR address block the route should affect (required)
25
26 -g GATEWAY, --gateway-id GATEWAY
27 ID of an Internet, NAT, or virtual private gateway to target
28
29 -i INSTANCE, --instance INSTANCE
30 ID of a NAT instance to target
31
32 -n NETWORKINTERFACEID, --network-interface NETWORKINTERFACEID
33 ID of a network interface to target
34
35 -p PEERCON, --vpc-peering-connection PEERCON
36 ID of a VPC peering connection to target
37
38 --show-empty-fields
39 show empty values as "(nil)"
40
41 -U URL, --url URL
42 compute service endpoint URL
43
44 --region USER@REGION
45 region and/or user names to search when looking up config file
46 data
47
48 -I KEY_ID, --access-key-id KEY_ID
49
50 -S KEY, --secret-key KEY
51
52 --security-token TOKEN
53
54 --debug
55 show debugging output
56
57 --debugger
58 launch interactive debugger on error
59
60 --version
61 show the program's version and exit
62
63 -h, --help
64 show this help message and exit
65
66
67
68euca2ools 3.4 December 2016 EUCA-CREATE-ROUTE(1)