paws.analytics (version 0.1.0)

emr_remove_auto_scaling_policy: Removes an automatic scaling policy from a specified instance group within an EMR cluster

Description

Removes an automatic scaling policy from a specified instance group within an EMR cluster.

Usage

emr_remove_auto_scaling_policy(ClusterId, InstanceGroupId)

Arguments

ClusterId

[required] Specifies the ID of a cluster. The instance group to which the automatic scaling policy is applied is within this cluster.

InstanceGroupId

[required] Specifies the ID of the instance group to which the scaling policy is applied.

Request syntax

svc$remove_auto_scaling_policy(
  ClusterId = "string",
  InstanceGroupId = "string"
)