RunInstanceItemType

The RunInstanceItemType data type.

Operations that use this data type include:

The following table describes and shows the elements contained in RunInstanceItemType.

MemberDescriptionType
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