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;

Dashboards

The query is used in the dashboards: