emr_put_auto_scaling_policy {paws.analytics} | R Documentation |
Creates or updates an automatic scaling policy for a core instance group or task instance group in an Amazon EMR cluster
Description
Creates or updates an automatic scaling policy for a core instance group or task instance group in an Amazon EMR cluster. The automatic scaling policy defines how an instance group dynamically adds and terminates Amazon EC2 instances in response to the value of a CloudWatch metric.
See https://www.paws-r-sdk.com/docs/emr_put_auto_scaling_policy/ for full documentation.
Usage
emr_put_auto_scaling_policy(ClusterId, InstanceGroupId, AutoScalingPolicy)
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 automatic scaling policy is applied. |
AutoScalingPolicy |
[required] Specifies the definition of the automatic scaling policy. |
[Package paws.analytics version 0.7.0 Index]