turbot/aws_insights

Query: s3_bucket_encryption

Usage

powerpipe query aws_insights.query.s3_bucket_encryption

Steampipe Tables

SQL

select
'Encryption' as label,
case
when server_side_encryption_configuration is not null then 'Enabled'
else 'Disabled'
end as value,
case
when server_side_encryption_configuration is not null then 'ok'
else 'alert'
end as type
from
aws_s3_bucket
where
arn = $1;

Dashboards

The query is used in the dashboards: