The RunInstanceItemType data type.
The following table describes and shows the elements contained in RunInstanceItemType.
| Member | Description | Type |
|---|---|---|
imageId
| Unique ID of a machine image, returned by a call to RegisterImage. | xsd:string |
minCount
|
Minimum number of instances to launch. If
minCount is more than Amazon EC2 can
launch, no instances are launched at all.
| xsd:int |
maxCount
|
Maximum number of instances to launch. If
maxCount is more than Amazon EC2 can
launch, the largest possible number above
minCount will be launched
instead.
| xsd:int |
keyName
| The name of the keypair. | xsd:string |