paws.analytics (version 0.5.0)

emr_list_instances: 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

Description

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.

Usage

emr_list_instances(
  ClusterId,
  InstanceGroupId = NULL,
  InstanceGroupTypes = NULL,
  InstanceFleetId = NULL,
  InstanceFleetType = NULL,
  InstanceStates = NULL,
  Marker = NULL
)

Arguments

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.