Check provider logo

Ensure Elasticache Redis cache cluster has automatic backups enabled.

elasticache_redis_cluster_backup_enabled

Severityhigh
by Prowler

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

Run in Prowler Cloud

ARN template

arn:partition:service:region:account-id:resource-id

Remediation

CLI

aws elasticache modify-replication-group --region <value> --replication-group-id <value> --snapshot-retention-limit <value> --apply-immediately

Terraform

https://docs.prowler.com/checks/aws/general-policies/ensure-that-amazon-elasticache-redis-clusters-have-automatic-backup-turned-on/

WUI

Ensure Elasticache Cluster has automatic backups enabled.

References:

Source Code

References

Resource Type

Other

Related URL