LoginSignup

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

More than 5 years have passed since last update.

【AWS自分用メモ】Cloudwatch 監視事項・アラート

Last updated at Posted at 2017-06-15

ダッシュボードの作成とアラートの設定

◆ダッシュボードに設定する監視一覧


EC2

CPUUtilization
5分間 平均

MemoryUtilization
(公式カスタムメトリクス実装後)
5分間 平均

DiskSpaceUsed
(公式カスタムメトリクス実装後)
5分間 平均

NETWORK IN|OUT
5分間 平均

ELB(alb)

HTTPCode_Targets_Count
5分間 合計 (2XX,3XX,4XX系)

RequestCount
5分間 合計

TargetResponseTime
5分間 平均

RDS

CPUUtilization
5分間 平均

FreeStorageSpace
5分間 平均

WAF

BlockedRequests
5分間 合計

◆アラート設定


EC2

CPUUtilization
5 分間 に対する CPUUtilization (CPUUtilization) >= 80

MemoryUtilization
5 分間 に対する MemoryUtilization >= 80

DiskSpaceUsed
5 分間 に対する DiskSpaceAvailable >= 任意

StatusCheckFailed
2 分間 に対する StatusCheckFailed (StatusCheckFailed) >= 1
アクション⇒再起動

elb(alb)

HealthyHostCount
5 分間 に対する HealthyHostCount (HealthyHostCount) <= 任意

0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up