The RunningInstancesItemType data type.
The following table describes and shows the elements contained
in RunningInstancesItemType.
| Element Name | Description | Type |
|---|---|---|
instanceId
| Unique ID of the instance launched. | xsd:string |
imageId
| Image ID of the AMI used to launch the instance. | xsd:string |
instanceState
|
The current state of the instance.
| ec2:InstanceStateType |
dnsName
| The DNS name assigned to the instance. This element remains empty until the instance enters a running state. | xsd:string |
reason
| An optional reason for the most recent state transition. This may be an empty string. | xsd:string |
keyName
| An optional key name. If this instance was launched with an associated key pair, this is the name of that key pair. | xsd:string |
amiLaunchIndex
| An optional AMI launch index which can be used to determine which instance this is in the launch group. See using instance data for more info. | xsd:string |