Dieser Inhalt ist in der ausgewählten Sprache nicht verfügbar
Wir arbeiten ständig daran, Inhalte in der ausgewählten Sprache bereitzustellen. Vielen Dank für deine Geduld.
Why did my CloudWatch alarm send me a notification after a single breached data point?
Lesedauer: 2 Minute
0
I configured my Amazon CloudWatch alarm to notify me when a metric is outside a defined threshold for multiple periods in a row. Why did my CloudWatch alarm notify me after only one breached period?
You might have a series of non-breaching data points, followed by a single breaching data point, and then missing data points. Your alarm counts any missing data points following a breaching data point as additional breaches. This causes your alarm to notify you after only one data point breaches the defined threshold.
When all data points are missing except one breaching data point, your alarm goes into ALARM state. This happens when the oldest available breaching data point in the alarm's evaluation range is at least as old as the value of Datapoints to Alarm, and all other more recent data points are breaching or missing. This causes an ALARM state even if the total number of breaching data points is lower than the Datapoints to Alarm setting, and even when missing data is being treated as missing.