View source: R/emr_operations.R
emr_list_instances | R Documentation |
Provides information for all active Amazon EC2 instances and Amazon EC2 instances terminated in the last 30 days, up to a maximum of 2,000. Amazon EC2 instances in any of the following states are considered active: AWAITING_FULFILLMENT, PROVISIONING, BOOTSTRAPPING, RUNNING.
See https://www.paws-r-sdk.com/docs/emr_list_instances/ for full documentation.
emr_list_instances(
ClusterId,
InstanceGroupId = NULL,
InstanceGroupTypes = NULL,
InstanceFleetId = NULL,
InstanceFleetType = NULL,
InstanceStates = NULL,
Marker = NULL
)
ClusterId |
[required] The identifier of the cluster for which to list the instances. |
InstanceGroupId |
The identifier of the instance group for which to list the instances. |
InstanceGroupTypes |
The type of instance group for which to list the instances. |
InstanceFleetId |
The unique identifier of the instance fleet. |
InstanceFleetType |
The node type of the instance fleet. For example MASTER, CORE, or TASK. |
InstanceStates |
A list of instance states that will filter the instances returned with this request. |
Marker |
The pagination token that indicates the next set of results to retrieve. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.