turbot/aws_insights

Query: elasticache_cluster_node_automatic_backup

Usage

powerpipe query aws_insights.query.elasticache_cluster_node_automatic_backup

Steampipe Tables

SQL

select
'Automatic Backup' as label,
case when snapshot_retention_limit is null then 'Disabled' else 'Enabled' end as value,
case when snapshot_retention_limit is null then 'alert' else 'ok' end as type
from
aws_elasticache_cluster
where
arn = $1;

Dashboards

The query is used in the dashboards: