turbot/aws_compliance

Query: efs_file_system_in_backup_plan

Usage

powerpipe query aws_compliance.query.efs_file_system_in_backup_plan

Steampipe Tables

SQL

select
arn as resource,
case
when automatic_backups = 'enabled' then 'ok'
else 'alarm'
end as status,
case
when automatic_backups = 'enabled' then title || ' automatic backups enabled.'
else title || ' automatic backups not enabled.'
end as reason,
region,
account_id
from
aws_efs_file_system;

Controls

The query is being used by the following controls: