在CloudWatch控制台中,选择“Alarms”。
点击“Create alarm”按钮。
在“Select metric”中,选择“EC2” -> “Per-Instance Metrics” -> 选择你的实例 -> 选择“StatusCheckFailed”。
点击“Select metric”。
配置警报条件:
统计数据(Statistic):选择最小值(Minimum)。
周期(Period):选择5分钟。
条件(Conditions):大于(>)
阈值(Threshold):0
点击“Next”。
在“Configure actions”中,选择“Create new topic”或选择一个已有的SNS topic。
配置通知的接收邮箱。
点击“Next”并完成配置。
Daily Archives: 2024-06-18
aws 实例流量告警设置
阈值类型
静态
每当 NetworkIn 为
大于/等于 (>=)
比…
10485760
这里需要写阈值(Threshold):10 MB(注意:这里单位是Bytes,需要转换,例如10 MB = 10 1024 1024 Bytes)