turbot/aws_insights

Query: elasticache_cluster_node_automatic_backup_disabled_count

Usage

powerpipe query aws_insights.query.elasticache_cluster_node_automatic_backup_disabled_count

Steampipe Tables

SQL

select
count(*) as value,
'Automatic Backup Disabled' as label,
case
count(*)
when 0 then 'ok'
else 'alert'
end as "type"
from
aws_elasticache_cluster
where
snapshot_retention_limit is null;

Dashboards

The query is used in the dashboards: