turbot/aws_insights

Query: rds_db_cluster_unencrypted

Usage

powerpipe query aws_insights.query.rds_db_cluster_unencrypted

Steampipe Tables

SQL

select
case
when storage_encrypted then 'Enabled'
else 'Disabled'
end as value,
'Encryption' as label,
case
when storage_encrypted then 'ok'
else 'alert'
end as "type"
from
aws_rds_db_cluster
where
arn = $1;

Dashboards

The query is used in the dashboards: