turbot/aws_insights

Query: efs_file_system_automatic_backup

Usage

powerpipe query aws_insights.query.efs_file_system_automatic_backup

Steampipe Tables

SQL

select
'Automatic Backup' as label,
case when automatic_backups = 'enabled' then 'Enabled' else 'Disabled' end as value,
case when automatic_backups = 'enabled' then 'ok' else 'alert' end as type
from
aws_efs_file_system
where
arn = $1
and account_id = split_part($1, ':', 5)
and region = split_part($1, ':', 4);

Dashboards

The query is used in the dashboards: