Can I define an EC2 auto scale group with scaling policies without adding alarms to CloudWatch dashboard?
Asked Answered
H

2

11

I followed the instructions on http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/as-scale-based-on-demand.html in order to have a CPUUtilization based auto scale group. i noticed that the alarms created by mon-put-metric-alarm create alarms that are listed on the cloudwatch dashboard. This means that on low cpu utlilization I always have a metric in ALARM state. Can I hide the auto scale metrics in the CloudWatch web interface?

Huehuebner answered 25/4, 2013 at 8:22 Comment(3)
"This means that on low cpu utlilization I always have a metric in ALARM state." - I have the same annoyance, which lead me here. Sorry to see there's no good solutions yet.Poisonous
Yes, I checked it with the premium support and they only gave workarounds. They kind of admitted that the current alarm dashboard is pretty useless once you have auto scaling.Huehuebner
Unfortunately, it seems that even three years later this is still an issue.Flannelette
H
3

Interesting question (+1) - I'm not aware of any option to hide the auto scale metrics in the Amazon CloudWatch web interface and the respective PutMetricAlarm API action doesn't feature a related option either.

While your use case is sound, the AWS team usually follows the Minimum viable product approach when implementing a new service initially, and despite steadily adding additional features later on, they still tend to obey the Pareto principle when choosing worthwhile features, so I doubt that your understandable request will be implemented anytime soon.

Haar answered 30/4, 2013 at 19:17 Comment(0)
R
0

AWS has now added this feature, there is a check box next to the search var to hide all AutoScaling alarms.

Remembrance answered 11/10, 2018 at 19:19 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.