Ensure Elasticache Redis cache clusters have automatic minor upgrades enabled.
elasticache_redis_cluster_auto_minor_version_upgrades
Ensure Elasticache Redis cache clusters have automatic minor upgrades enabled.
Risk
Not enabling automatic minor version upgrades can expose your Redis cluster to security vulnerabilities, performance issues, and increased operational overhead due to the need for manual updates.
Run this check with Prowler CLI
prowler aws --checks elasticache_redis_cluster_auto_minor_version_upgrades
ARN template
arn:partition:service:region:account-id:resource-id
Remediation
aws elasticache modify-cache-cluster --cache-cluster-id <cluster_id> --apply-immediately --auto-minor-version-upgrade
https://docs.aws.amazon.com/securityhub/latest/userguide/elasticache-controls.html#elasticache-2
Ensure Elasticache clusters have automatic minor upgrades enabled.
Source Code
Resource Type
Other