turbot/aws_compliance

Query: es_domain_encryption_at_rest_enabled

Usage

powerpipe query aws_compliance.query.es_domain_encryption_at_rest_enabled

Steampipe Tables

SQL

select
arn as resource,
case
when encryption_at_rest_options ->> 'Enabled' = 'false' then 'alarm'
else 'ok'
end status,
case
when encryption_at_rest_options ->> 'Enabled' = 'false' then title || ' encryption at rest not enabled.'
else title || ' encryption at rest enabled.'
end reason,
region,
account_id
from
aws_elasticsearch_domain;

Controls

The query is being used by the following controls: