turbot/aws_insights

Query: efs_file_system_encryption

Usage

powerpipe query aws_insights.query.efs_file_system_encryption

Steampipe Tables

SQL

select
'Encryption' as label,
case
when encrypted then 'Enabled'
else 'Disabled'
end as value,
case
when encrypted then 'ok'
else 'alert'
end as type
from
aws_efs_file_system
where
arn = $1;

Dashboards

The query is used in the dashboards: