Amazon Elastic Compute Cloud
API Reference (API Version 2013-02-01)
« PreviousNext »
View the PDF for this guide.Go to the AWS Discussion Forum for this product.Did this page help you?  Yes | No |  Tell us about it...

InstanceStateType

Describes the current state of the instance.

Contents

code

The low byte represents the state. The high byte is an opaque internal value and should be ignored.

Type: Integer (16-bit unsigned)

Valid values: 0 (pending) | 16 (running) | 32 (shutting-down) | 48 (terminated) | 64 (stopping) | 80 (stopped)

name

The current state of the instance.

Type: String

Valid values: pending | running | shutting-down | terminated | stopping | stopped