# ECS

In Progress

# CloudWatch Configuration

When a resource is monitored it is going to be using these CloudWatch configurations to identify the metric.

namespace dimension metrics
AWS/ECS ClusterName Available CloudWatch Metrics

# Service Defaults

When an alarm is created it will first review the service defaults to populate the CloudWatch alarm properties. After the service defaults, it will then apply the specific metric defaults if they are provided.

Alarm Property Default Value
EvaluationPeriods 5
Statistic Average
Period 300
ComparisonOperator GreaterThanOrEqualToThreshold

# Default Alarm Metrics

Unless there is a tag override, each cluster that is monitored will be bootstrapped with the default alarm metrics.

  • CPUUtilization
  • MemoryUtilization

# Supported Metrics

# CPUUtilization

# MemoryUtilization

# CPUReservation

# MemoryReservation

# GPUReservation