RunInstancesType
The RunInstancesType data type.
Ancestors
None
Relevant Operations
-
RunInstances
Contents
The following table describes the elements contained in RunInstancesType.
Name | Description |
---|---|
|
Specifies additional information to make available to the instance(s). Type: xsd:string |
|
Deprecated. Type: xsd:string |
|
Specifies how block devices are exposed to the instance. Each mapping is made up of a virtualName and a deviceName. Type: BlockDeviceMappingType |
|
Group set. Type: GroupSetType |
|
Unique ID of a machine image, returned by a call to Type: xsd:string |
|
Specifies the instance type. Type: xsd:string |
|
The ID of the kernel with which to launch the instance. Type: xsd:string |
|
The name of the key pair. Type: xsd:string |
|
Maximum number of instances to launch. If the value is more than Amazon EC2 can launch, the largest possible number above minCount will be launched instead. Type: integer |
|
Minimum number of instances to launch. If the value is more than Amazon EC2 can launch, no instances are launched at all. Type: integer |
|
Specifies whether to enable monitoring for the instance. Type: MonitoringInstanceType |
|
Placement item. Type: PlacementRequestType |
|
The ID of the RAM disk with which to launch the instance. Some kernels require additional drivers at launch. Check the kernel requirements for information on whether you need to specify a RAM disk. To find kernel requirements, go to the Resource Center and search for the kernel ID. Type: xsd:string |
|
Specifies the subnet ID within which to launch the instance(s) for Amazon Virtual Private Cloud. Type: xsd:string |
|
MIME, Base64-encoded user data. Type: UserDataType |