turbot/aws_compliance

Query: elasticache_replication_group_encryption_at_rest_enabled

Usage

powerpipe query aws_compliance.query.elasticache_replication_group_encryption_at_rest_enabled

SQL

select
arn as resource,
case
when at_rest_encryption_enabled then 'ok'
else 'alarm'
end as status,
case
when at_rest_encryption_enabled then title || ' encryption at rest enabled.'
else title || ' encryption at rest disabled.'
end as reason,
region,
account_id
from
aws_elasticache_replication_group;

Controls

The query is being used by the following controls: