turbot/aws_compliance

Query: elasticache_replication_group_encryption_in_transit_enabled

Usage

powerpipe query aws_compliance.query.elasticache_replication_group_encryption_in_transit_enabled

SQL

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

Controls

The query is being used by the following controls: