AWS - 0.00 美元的虚假账单警报 - 在月初

AWS - False Billing Alert at 0.00 USD - at start of the Month

我将计费警报设置为每当收费时:EstimatedCharges is: >=USD 0 所以我假设 - 当我的账单费用高于 100 美元时应该触发警报。

但是今天早些时候,我的闹钟收到了账单提醒

也就是说

The alarm limit you set was $ 100.00 USD. Your total estimated charges accrued for this billing period are currently $ .00 USD as of Saturday 01 December, 2018 11:24:23 UTC

但是当我检查 CloudWatch 时警报状态正常

State changed to OK at 2018/12/01. Reason: Threshold Crossed: 1 out of the last 1 datapoints [0.0 (01/12/18 05:24:00)] was not greater than or equal to the threshold (100.0) (minimum 1 datapoint for ALARM -> OK transition).

对于每个闹钟,您可以根据闹钟状态设置 3 种警报类型(OKALARMINSUFFICIANT_DATA)。

首次创建警报时,其初始状态为INSUFFICIANT_DATA。然后,根据指标值、阈值和周期,它将达到 OKALARM 状态。

如果您为所有不同的状态设置了通知,当警报从 ALARM(月末超过 100 美元)恢复到 [=10 时,您也会收到通知是正常的=] 状态(新月份 - 新账单)。

如果您不想在账单低于 100 美元时收到通知,只需删除您设置的 OK 通知:

希望对您有所帮助!