emr_remove_auto_scaling_policy {paws.analytics} | R Documentation |
Removes an automatic scaling policy from a specified instance group within an Amazon EMR cluster
Description
Removes an automatic scaling policy from a specified instance group within an Amazon EMR cluster.
See https://www.paws-r-sdk.com/docs/emr_remove_auto_scaling_policy/ for full documentation.
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. |
[Package paws.analytics version 0.9.0 Index]