CloudWatch Metric Guide
Amazon ElastiCache CloudWatch AlarmsThresholds, failures, and debugging guides
4 CloudWatch metrics covered for Amazon ElastiCache. Each guide includes the recommended alarm threshold, common root causes, and how Nuberio automatically diagnoses it when it fires.
4
metrics covered
AWS/ElastiCache
namespace
5 min
to run a free audit
Amazon ElastiCache metrics
CPUUtilization
CPUUtilization measures the percentage of CPU used by the entire cache node host, across all vCPUs — including the engine process plus OS and background management processes.
Threshold
> (90 ÷ number of vCPUs on the node)% sustained for 5 minutes — e.g. 45% on a 2-vCPU node
Evictions
Evictions counts the number of keys removed from the cache because the node hit its maxmemory limit — the engine had to make room for new writes by forcibly discarding existing data (distinct from keys expiring naturally via TTL).
Threshold
> 0, sustained for 5 minutes
CurrConnections
CurrConnections reports the number of client connections open to the node at the moment it's sampled. For Redis/Valkey it excludes read-replica connections and a handful (4–6) of connections ElastiCache itself uses to monitor the cluster; for Memcached the reserved/internal count differs slightly.
Threshold
> 80% of the cluster parameter group's maxclients value, sustained for 5 minutes
DatabaseMemoryUsagePercentage
DatabaseMemoryUsagePercentage reports the percentage of the engine's configured maxmemory currently in use, calculated as used_memory ÷ maxmemory from the Redis/Valkey INFO command. It is Redis/Valkey-specific — Memcached clusters do not emit this metric.
Threshold
> 90%, sustained for 5 minutes
Audit your setup
Missing a Amazon ElastiCache alarm?
The free Nuberio Audit scans your CloudWatch setup and flags missing or misconfigured Amazon ElastiCache alarms in 5 minutes. No credit card. Read-only access.
Looking for alarms across other AWS services? View the full CloudWatch metric guide — thresholds and debugging guides for RDS, Lambda, ECS, ALB, EC2, and DynamoDB.