Skip to content

RemoveAutoScalingPolicy

Source: src/AWS/EMR/RemoveAutoScalingPolicy.ts

Runtime binding for elasticmapreduce:RemoveAutoScalingPolicy — detaches the automatic scaling policy from an instance group of the bound cluster.

const removeAutoScaling = yield* AWS.EMR.RemoveAutoScalingPolicy(cluster);
yield* removeAutoScaling({ InstanceGroupId: taskGroupId });