Documentation ¶
Index ¶
Constants ¶
View Source
const ( INSTANCE_STATE_PENDING int64 = 0 INSTANCE_STATE_RUNNING int64 = 16 INSTANCE_STATE_SHUTTING_DOWN int64 = 32 INSTANCE_STATE_TERMINATED int64 = 48 INSTANCE_STATE_STOPPING int64 = 64 INSTANCE_STATE_STOPPED int64 = 80 )
We'll use this constant to define the states of our instances. There doesn't appear to be one in the AWS SDK, so we'll have to roll our own
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.