turbot/aws_insights

Query: efs_file_system_encryption_disabled_count

Usage

powerpipe query aws_insights.query.efs_file_system_encryption_disabled_count

Steampipe Tables

SQL

select
'Encryption Disabled' as label,
count(*) as value,
case count(*) when 0 then 'ok' else 'alert' end as type
from
aws_efs_file_system
where
not encrypted;

Dashboards

The query is used in the dashboards: