There's two small issues in the autoscaling policies.
{
"Action": {
"SimpleScalingPolicyConfiguration": {
"ScalingAdjustment": -1,
"CoolDown": 300,
"AdjustmentType": "CHANGE_IN_CAPACITY"
}
},
"Description": "",
"Trigger": {
"CloudWatchAlarmDefinition": {
"MetricName": "HDFSUtilization",
"ComparisonOperator": "LESS_THAN",
"Statistic": "AVERAGE",
"Period": 300,
"EvaluationPeriods": 1,
"Unit": "PERCENT",
"Namespace": "AWS/ElasticMapReduce",
"Threshold": 50
}
},
"Name": "ScaleInHDFSUtilization"
}
There's two small issues in the autoscaling policies.