turbot/aws_compliance

Query: es_domain_encrypted_using_tls_1_2

Usage

powerpipe query aws_compliance.query.es_domain_encrypted_using_tls_1_2

Steampipe Tables

SQL

select
arn as resource,
case
when domain_endpoint_options ->> 'TLSSecurityPolicy' = 'Policy-Min-TLS-1-2-2019-07' then 'ok'
else 'alarm'
end status,
case
when domain_endpoint_options ->> 'TLSSecurityPolicy' = 'Policy-Min-TLS-1-2-2019-07' then title || ' encrypted using TLS 1.2.'
else title || ' not encrypted using TLS 1.2.'
end as reason,
region,
account_id
from
aws_elasticsearch_domain;

Controls

The query is being used by the following controls: