/AWS1/CL_EMRINSTFLEETSTATUS¶
The status of the instance fleet.
The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_state
TYPE /AWS1/EMRINSTANCEFLEETSTATE
/AWS1/EMRINSTANCEFLEETSTATE
¶
A code representing the instance fleet status.
PROVISIONING
—The instance fleet is provisioning Amazon EC2 resources and is not yet ready to run jobs.
BOOTSTRAPPING
—Amazon EC2 instances and other resources have been provisioned and the bootstrap actions specified for the instances are underway.
RUNNING
—Amazon EC2 instances and other resources are running. They are either executing jobs or waiting to execute jobs.
RESIZING
—A resize operation is underway. Amazon EC2 instances are either being added or removed.
SUSPENDED
—A resize operation could not complete. Existing Amazon EC2 instances are running, but instances can't be added or removed.
TERMINATING
—The instance fleet is terminating Amazon EC2 instances.
TERMINATED
—The instance fleet is no longer active, and all Amazon EC2 instances have been terminated.
io_statechangereason
TYPE REF TO /AWS1/CL_EMRINSTFLEETSTATECH00
/AWS1/CL_EMRINSTFLEETSTATECH00
¶
Provides status change reason details for the instance fleet.
io_timeline
TYPE REF TO /AWS1/CL_EMRINSTFLEETTIMELINE
/AWS1/CL_EMRINSTFLEETTIMELINE
¶
Provides historical timestamps for the instance fleet, including the time of creation, the time it became ready to run jobs, and the time of termination.
Queryable Attributes¶
State¶
A code representing the instance fleet status.
PROVISIONING
—The instance fleet is provisioning Amazon EC2 resources and is not yet ready to run jobs.
BOOTSTRAPPING
—Amazon EC2 instances and other resources have been provisioned and the bootstrap actions specified for the instances are underway.
RUNNING
—Amazon EC2 instances and other resources are running. They are either executing jobs or waiting to execute jobs.
RESIZING
—A resize operation is underway. Amazon EC2 instances are either being added or removed.
SUSPENDED
—A resize operation could not complete. Existing Amazon EC2 instances are running, but instances can't be added or removed.
TERMINATING
—The instance fleet is terminating Amazon EC2 instances.
TERMINATED
—The instance fleet is no longer active, and all Amazon EC2 instances have been terminated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
StateChangeReason¶
Provides status change reason details for the instance fleet.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATECHANGEREASON() |
Getter for STATECHANGEREASON |
Timeline¶
Provides historical timestamps for the instance fleet, including the time of creation, the time it became ready to run jobs, and the time of termination.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TIMELINE() |
Getter for TIMELINE |