diff --git a/prowler/providers/aws/services/elasticache/elasticache_service.py b/prowler/providers/aws/services/elasticache/elasticache_service.py index 81aab80980..23a46b5559 100644 --- a/prowler/providers/aws/services/elasticache/elasticache_service.py +++ b/prowler/providers/aws/services/elasticache/elasticache_service.py @@ -107,7 +107,7 @@ class ElastiCache(AWSService): "AutoMinorVersionUpgrade", False ), automatic_failover=repl_group.get( - "AutomaticFailoverStatus", "disabled" + "AutomaticFailover", "disabled" ), ) except Exception as error: