turbot/aws_compliance

Query: athena_workgroup_encryption_at_rest_enabled

Usage

powerpipe query aws_compliance.query.athena_workgroup_encryption_at_rest_enabled

Steampipe Tables

SQL

select
name as resource,
case
when encryption_option is not null then 'ok'
else 'alarm'
end as status,
case
when encryption_option is not null then name || ' encryption at rest enabled.'
else name || ' encryption at rest disabled.'
end as reason,
region,
account_id
from
aws_athena_workgroup;

Controls

The query is being used by the following controls: