turbot/aws_insights

Query: efs_file_system_automatic_backup_disabled_count

Usage

powerpipe query aws_insights.query.efs_file_system_automatic_backup_disabled_count

Steampipe Tables

SQL

select
'Automatic Backup Disabled' as label,
count(*) as value,
case count(*) when 0 then 'ok' else 'alert' end as type
from
aws_efs_file_system
where
automatic_backups <> 'enabled';

Dashboards

The query is used in the dashboards: