EMR / Client / remove_auto_scaling_policy

remove_auto_scaling_policy#

EMR.Client.remove_auto_scaling_policy(**kwargs)#

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

See also: AWS API Documentation

Request Syntax

response = client.remove_auto_scaling_policy(
    ClusterId='string',
    InstanceGroupId='string'
)
Parameters:
  • ClusterId (string) –

    [REQUIRED]

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

  • InstanceGroupId (string) –

    [REQUIRED]

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

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –