turbot/aws_compliance

Query: dms_endpoint_ssl_configured

Usage

powerpipe query aws_compliance.query.dms_endpoint_ssl_configured

Steampipe Tables

SQL

select
arn as resource,
case
when ssl_mode = 'none' then 'alarm'
else 'ok'
end as status,
case
when ssl_mode = 'none' then title || ' SSL not configured.'
else title || ' SSL configured.'
end as reason,
region,
account_id
from
aws_dms_endpoint;

Controls

The query is being used by the following controls: