1 Answer
- Newest
- Most votes
- Most comments
0
Hi, the alarm's state in CloudWatch only reacts to the metric's value - if the metric is breaching the threshold, the alarm stays in ALARM, even if the scaling group doesn't need to take any new action. There is no option to force the alarm in OK state if the metric keeps breaching the threshold.
Are you concerned that seeing the alarm in ALARM state is giving you a false positive, because the scaling group has reached the configuration you wanted? Do you know you can hide the autoscaling alarms from the alarms list if you don't see value in listing them? I understand this is not your ask, just wanted to share this in case it would help you get a better view of your alarms.
answered 2 years ago
Relevant content
- Accepted Answerasked 2 years ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 9 months ago
Hi @Jsc Thanks for the reply,Are you concerned that seeing the alarm in ALARM state is giving you a false positive, because the scaling group has reached the configuration you wanted? Yes.
I am not sure about hiding the auto scaling alarm from alarms list.