turbot/steampipe-mod-aws-compliance

Query: emr_security_configuration_encryption_at_rest_enabled

Usage

powerpipe query aws_compliance.query.emr_security_configuration_encryption_at_rest_enabled

SQL

select
name as resource,
case
when (encryption_configuration -> 'EnableAtRestEncryption')::bool then 'ok'
else 'alarm'
end as status,
case
when (encryption_configuration -> 'EnableAtRestEncryption')::bool then title || ' encryption at rest enabled.'
else title || ' encryption at rest disabled.'
end as reason
, region, account_id
from
aws_emr_security_configuration;

Controls

The query is being used by the following controls: