remove_auto_scaling_policy
(**kwargs)¶Removes an automatic scaling policy from a specified instance group within an EMR cluster.
See also: AWS API Documentation
Request Syntax
response = client.remove_auto_scaling_policy(
ClusterId='string',
InstanceGroupId='string'
)
[REQUIRED]
Specifies the ID of a cluster. The instance group to which the automatic scaling policy is applied is within this cluster.
[REQUIRED]
Specifies the ID of the instance group to which the scaling policy is applied.
dict
Response Syntax
{}
Response Structure