Triage AWS ElastiCache Low Connection Count ELASTICACHE_CLUSTER_UNUSED
Quick Links
- Configure AWS ElastiCache Low Connection Count
- Use Case for AWS ElastiCache Low Connection Count
- Triage Guides by Violation Type
Triage Guide for ElastiCache Cluster Unused
Understand
Why should I care about fixing this issue?
- An unused ElastiCache cluster incurs costs without providing value. Decommissioning it can save resources and budget.
Validate
How am I sure that this alert is true and accurate?
- The alert is based on CloudWatch's
CurrConnections
metric. To verify manually, inspect the metric in the CloudWatch console under the corresponding cluster ID.
Does this policy scan on a schedule or is it Reactive?
- It is reactive, based on the passage of time and changing metrics.
When does it scan?
- The policy evaluates once every 24 hours by default.
Triage
What is the impact if it is unfixed?
- Continual unnecessary costs accrue from maintaining the idle cluster.
Does this problem get worse over time if it is unaddressed?
- Financially, the wasteful expenditure will compound over time.
Can remediation cause outages or downtime to any other running service?
- If the cluster is truly unused, there should be no impact on other services. Verify usage before decommissioning.
Act
What do I do to fix this alarm?
- Assess the business impact and decide whether to decompress or repurpose the cluster. Follow AWS procedures for safely decommissioning or reconfiguring ElastiCache clusters.
Reflect
What should I do if this alarm wasn't a good use of time?
- Reconsider the thresholds set in the policy to better reflect usage patterns. Adjust the
inactivityPeriod
andactivityThreshold
as necessary or disable the policy if it does not align with organizational goals.