turbot/aws_compliance

Query: docdb_cluster_encryption_at_rest_enabled

Usage

powerpipe query aws_compliance.query.docdb_cluster_encryption_at_rest_enabled

Steampipe Tables

SQL

select
arn as resource,
case
when storage_encrypted then 'ok'
else 'alarm'
end as status,
case
when storage_encrypted then title || ' encrypted at rest.'
else title || ' not encrypted at rest.'
end as reason,
region,
account_id
from
aws_docdb_cluster;

Controls

The query is being used by the following controls: