prowler-cloud / prowler

Prowler is an Open Source Security tool for AWS, Azure, GCP and Kubernetes to do security assessments, audits, incident response, compliance, continuous monitoring, hardening and forensics readiness. Includes CIS, NIST 800, NIST CSF, CISA, FedRAMP, PCI-DSS, GDPR, HIPAA, FFIEC, SOC2, GXP, Well-Architected Security, ENS and more
https://prowler.com
Apache License 2.0
10.53k stars 1.51k forks source link

feat(elasticache): Ensure Redis replication groups have automatic failover enabled #4853

Closed HugoPBrito closed 5 hours ago

HugoPBrito commented 2 weeks ago

Context

A check was done to ensure ElastiCache (Redis OSS) replication groups have automatic failover enabled for high availability.

Description

I added a new check elasticache_redis_cluster_automatic_failover_enabled that ensures Elasticache Redis OSS cache clusters use automatic failover to maximize high availability and minimize downtime during failures.

Checklist

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.93%. Comparing base (b7e2034) to head (7b62c9c). Report is 92 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4853 +/- ## ========================================== - Coverage 89.20% 88.93% -0.28% ========================================== Files 933 954 +21 Lines 28567 29256 +689 ========================================== + Hits 25483 26018 +535 - Misses 3084 3238 +154 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.