turbot/aws_compliance

Query: elasticache_replication_group_auto_failover_enabled

Usage

powerpipe query aws_compliance.query.elasticache_replication_group_auto_failover_enabled

SQL

select
arn as resource,
case
when automatic_failover = 'enabled' then 'ok'
else 'alarm'
end as status,
case
when automatic_failover = 'enabled' then title || ' automatic failover enabled.'
else title || ' automatic failover disabled.'
end as reason,
region,
account_id
from
aws_elasticache_replication_group;

Controls

The query is being used by the following controls: