emr_modify_instance_groups: ModifyInstanceGroups modifies the number of nodes and...

View source: R/emr_operations.R

emr_modify_instance_groupsR Documentation

ModifyInstanceGroups modifies the number of nodes and configuration settings of an instance group

Description

ModifyInstanceGroups modifies the number of nodes and configuration settings of an instance group. The input parameters include the new target instance count for the group and the instance group ID. The call will either succeed or fail atomically.

See https://www.paws-r-sdk.com/docs/emr_modify_instance_groups/ for full documentation.

Usage

emr_modify_instance_groups(ClusterId = NULL, InstanceGroups = NULL)

Arguments

ClusterId

The ID of the cluster to which the instance group belongs.

InstanceGroups

Instance groups to change.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.