Remove Auto Scaling Policy
emr_remove_auto_scaling_policy | 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.
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. |
Value¶
An empty list.
Request syntax¶
svc$remove_auto_scaling_policy(
ClusterId = "string",
InstanceGroupId = "string"
)