β Repository β π Compliance Engine β π CloudAware β π AWS β π ElastiCache
π‘οΈ AWS ElastiCache Memcached Cluster is underutilizedπ’
- Contextual name: π‘οΈ Memcached Cluster is underutilizedπ’
- ID:
/ce/ca/aws/elasticache/memcached-cluster-underutilized
- Tags:
- π’ Policy with categories
- π’ Policy with type
- π’ Production policy
- Policy Type:
COMPLIANCE_POLICY
- Policy Categories:
COST
Logicβ
- π§ prod.logic.yamlπ’
Descriptionβ
Descriptionβ
This policy identifies AWS ElastiCache for Memcached Clusters that appear to be underutilized based on their average CPU utilization over the past 30 days.
Rationaleβ
Operating underutilized ElastiCache clusters results in unnecessary cloud costs. By identifying and rightsizing these clusters, you can reduce expenses while maintaining application performance.
Impactβ
Before downsizing or decommissioning a cluster, verify that it is not supporting workloads with infrequent but high CPU demands. Premature rightsizing may introduce performance bottlenecks during peak usage periods.
Auditβ
This policy flags an AWS ElastiCache Cluster for Memcached as
INCOMPLIANT
if itsCPU Utilization, Average, %
metric is below 40% over the last 30 days.ElastiCache Clusters for Redis are marked as
INAPPLICABLE
.Clusters created within the last 30 days or not in an available
Status
are also marked asINAPPLICABLE
.
Remediationβ
Remediationβ
From Command Lineβ
Check Allowed Modifications for the Clusterβ
aws elasticache list-allowed-node-type-modifications --cache-cluster-id {{cache-cluster-id}}
Note the
ScaleDownModifications
options.To Downsize the Clusterβ
You can modify an existing cluster's node type using the
modify-cache-cluster
command:aws elasticache modify-cache-cluster \
--cache-cluster-id {{cache-cluster-id}} \
--cache-node-type {{new-node-type}} \The
--apply-immediately
flag applies the change immediately; omit it to apply during the next maintenance window.
policy.yamlβ
Linked Framework Sectionsβ
Section | Sub Sections | Internal Rules | Policies | Flags | Compliance |
---|---|---|---|---|---|
πΌ Cloudaware Framework β πΌ Resource Right-Sizing | 15 | no data | |||
πΌ Cloudaware Framework β πΌ Workload Efficiency | 24 | no data |