~ubuntu-branches/ubuntu/natty/euca2ools/natty-201106142030

« back to all changes in this revision

Viewing changes to .pc/run-instances-usage-and-manpage-keypair.patch/man/euca-run-instances.1

  • Committer: Scott Moser
  • Date: 2010-11-17 21:23:16 UTC
  • Revision ID: smoser@ubuntu.com-20101117212316-is94e55u3jv46y9l
move to quilt 3.0 source format, re-apply all relevant delta

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
 
2
.TH EUCA-RUN-INSTANCES "1" "July 2010" "euca-run-instances     Version: 1.2 (BSD)" "User Commands"
 
3
.SH NAME
 
4
euca-run-instances \- Eucalyptus tool: Starts instances.  
 
5
.SH DESCRIPTION
 
6
Starts instances.
 
7
.PP
 
8
euca\-run\-instances [\-n, \fB\-\-instance\-count\fR count] [\-g, \fB\-\-group\fR group_name] [\-k, \fB\-\-keypair\fR keyname]
 
9
[\-d user_data] [\-f user_data_file] [\-\-addressing addressing] [\-t, \fB\-\-instance\-type\fR instance_type]
 
10
[\-z, \fB\-\-availability\-zone\fR zone] [\-\-kernel kernel_id] [\-\-ramdisk ramdisk_id] [\-b block_device_mapping]
 
11
[\-\-monitor] [\-s, \fB\-\-subnet\fR subnet_id] [\-\-disable\-api\-termination] [\-\-instanceinitiatedshutdown\-behavior behavior]
 
12
[\-h, \fB\-\-help]\fR [\-\-version] [\-\-debug] image_id
 
13
.PP
 
14
REQUIRED PARAMETERS
 
15
.PP
 
16
        
 
17
image_id                                identifier for the image to run.
 
18
.PP
 
19
OPTIONAL PARAMETERS
 
20
.PP
 
21
\fB\-n\fR, \fB\-\-instance\-count\fR                    Number of instances to run.
 
22
.PP
 
23
        
 
24
\fB\-g\fR, \fB\-\-group\fR                             Security group to run the instance under.
 
25
.PP
 
26
\fB\-k\fR, \fB\-\-keypair\fR                           Name of a (previously created) keypair to associate with this reservation.              
 
27
\fB\-d\fR, \fB\-\-user\-data\fR                         User data for instances read from the command line.
 
28
.PP
 
29
\fB\-f\fR, \fB\-\-user\-data\-file\fR                    User data for instances as a filename.
 
30
.PP
 
31
\fB\-\-addressing\fR                            Addressing mode (e.g., private).
 
32
.PP
 
33
\fB\-t\fR, \fB\-\-instance\-type\fR                     VM Image type to run the instance(s) as (default: m1.small).
 
34
.PP
 
35
\fB\-z\fR, \fB\-\-availability\-zone\fR                 Availability zone to run the instance(s) in.
 
36
.PP
 
37
\fB\-\-kernel\fR                                Id of the kernel to be used to launch instance(s).
 
38
.PP
 
39
\fB\-\-ramdisk\fR                               Id of the ramdisk to be used to launch instance(s).
 
40
.PP
 
41
\fB\-b\fR, \fB\-\-block\-device\-mapping\fR              Block device mapping for the instance(s). Option may be used multiple times.
 
42
.PP
 
43
\fB\-\-monitor\fR                               Enable monitoring for instance.
 
44
.PP
 
45
\fB\-s\fR, \fB\-\-subnet\fR                            Amazon VPC subnet ID for the instance.
 
46
.PP
 
47
\fB\-\-disable\-api\-termination\fR               Disabled termination using API calls.
 
48
.PP
 
49
\fB\-\-instanceinitiatedshutdown\-behavior\fR    Instance behavior on shutdown (can be 'stop' or 'terminate').
 
50
.PP
 
51
\fB\-a\fR, \fB\-\-access\-key\fR                User's Access Key ID.
 
52
.PP
 
53
\fB\-s\fR, \fB\-\-secret\-key\fR                User's Secret Key.
 
54
.PP
 
55
\fB\-U\fR, \fB\-\-url\fR                       URL of the Cloud to connect to.
 
56
.PP
 
57
\fB\-\-config\fR                        Read credentials and cloud settings from the
 
58
.IP
 
59
specified config file (defaults to $HOME/.eucarc or /etc/euca2ools/eucarc).
 
60
.PP
 
61
\fB\-h\fR, \fB\-\-help\fR                      Display this help message.
 
62
.PP
 
63
\fB\-\-version\fR                       Display the version of this tool.
 
64
.PP
 
65
\fB\-\-debug\fR                         Turn on debugging.
 
66
.PP
 
67
Euca2ools will use the environment variables EC2_URL, EC2_ACCESS_KEY, EC2_SECRET_KEY, EC2_CERT, EC2_PRIVATE_KEY, S3_URL, EUCALYPTUS_CERT by default.