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 |