turbot/aws_compliance

Query: redshift_cluster_kms_enabled

Usage

powerpipe query aws_compliance.query.redshift_cluster_kms_enabled

Steampipe Tables

SQL

select
arn as resource,
case
when encrypted
and kms_key_id is not null then 'ok'
else 'alarm'
end as status,
case
when encrypted
and kms_key_id is not null then title || ' encrypted with KMS.'
else title || ' not encrypted with KMS'
end as reason,
region,
account_id
from
aws_redshift_cluster;

Controls

The query is being used by the following controls: