turbot/aws_compliance

Query: efs_file_system_encrypt_data_at_rest

Usage

powerpipe query aws_compliance.query.efs_file_system_encrypt_data_at_rest

Steampipe Tables

SQL

select
arn as resource,
case
when encrypted then 'ok'
else 'alarm'
end as status,
case
when encrypted then title || ' encrypted at rest.'
else title || ' not encrypted at rest.'
end as reason,
region,
account_id
from
aws_efs_file_system;

Controls

The query is being used by the following controls: