filoscoder
filoscoder

Reputation: 536

Which "statistic" is proper for "StatusCheckFailed" metric while setting CloudWatch alarms?

I'm setting many alarms for our team's EC2 instance.

While setting an alarm for StatusCheckFailed metric, which is returning 1 or 0, whether 1 corresponds system's or instance's failing status and 0 when everything is good.

My question is about which "statistic" is proper for binary values like this.

*Below is an image to give some context

enter image description here

Upvotes: 0

Views: 203

Answers (1)

jellycsc
jellycsc

Reputation: 12359

You can use either Maximum or Sum. Set the alarm to activate when the stats is greater than 0.

Upvotes: 1

Related Questions