standard
turbot/aws_compliance

Trigger: Detect & correct EFS file systems with encryption at rest disabled

Detect EFS file systems with encryption at rest disabled.

Query

select
concat(name, ' [', account_id, '/', region, ']') as title,
region,
sp_connection_name as conn
from
aws_efs_file_system
where
not encrypted;

Schedule

15m

Tags

category = Compliance
mod = aws
service = AWS/EFS