InstanceStateType From Amazon Elastic Compute Cloud: 2007-08-29 previous page next page InstanceStateType The InstanceStateTypedata type. Relevant Operations Operations that use this data type include: RunInstances DescribeInstances TerminateInstances Contents The following table describes the elements contained in InstanceStateType. Name Description code A 16-bit unsigned integer. The high byte is an opaque internal value and should be ignored. The low byte is set based on the state represented: 0: pending16: running32: shutting-down48: terminated Type: xsd:int state The current state of the instance. pending: the instance is in the process of being launchedrunning: the instance launched (although the boot process might not be completed)shutting-down: the instance started shutting downterminated: the instance terminated Type: xsd:string previous page start next page