株式会社ヴァンデミックシステム

Blog

<スポンサーリンク>

準備

対象のEC2 分離IDを取得連携対象
のSNSの
arn を取得コンソール画面上から見てもOK

オプションいっぱいのコマンド

aws cloudwatch put-metric-alarm --alarm-name "CPUUtilization80%" 
--namespace AWS / EC2 \
--metric-name CPUUtilization --dimensions "Name = InstanceId、Value = 
i-0219028c30d71bee2"-期間30​​0 \
--statistic Average --threshold 80 --comparison-operator 
GreaterThanOrEqualToThreshold¥
--evaluation-periods 1 --alarm-actions arn:aws:sns:ap-northeast-1:
697333814928:Default_CloudWatch_Alarms_Topic \
--ok-actions arn:aws:sns:ap-northeast-1:697333814928:Default_
CloudWatch_Alarms_Topic 

image.png

参考

https://recipe.kc-cloud.jp/archives/9733

<スポンサーリンク>

コメントを残す

Allowed tags:  you may use these HTML tags and attributes: <a href="">, <strong>, <em>, <h1>, <h2>, <h3>
Please note:  all comments go through moderation.

*

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)