Ensure Elasticache Redis cache cluster has automatic backups enabled.
elasticache_redis_cluster_backup_enabled
Ensure Elasticache Redis cache cluster has automatic backups enabled.
Risk
Ensure that your Amazon ElastiCache Redis cache clusters have a sufficient backup retention period set in order to fulfill your organization's compliance requirements. The retention period represents the number of days for which Amazon ElastiCache service retains automatic Redis cluster backups before deleting them.
Run this check with Prowler CLI
prowler aws --checks elasticache_redis_cluster_backup_enabled
ARN template
arn:partition:service:region:account-id:resource-id
Remediation
aws elasticache modify-replication-group --region <value> --replication-group-id <value> --snapshot-retention-limit <value> --apply-immediately
https://docs.prowler.com/checks/aws/general-policies/ensure-that-amazon-elasticache-redis-clusters-have-automatic-backup-turned-on/
Ensure Elasticache Cluster has automatic backups enabled.
Source Code
References
Resource Type
Other