turbot/aws_compliance

Query: sagemaker_training_job_inter_container_traffic_encryption_enabled

Usage

powerpipe query aws_compliance.query.sagemaker_training_job_inter_container_traffic_encryption_enabled

SQL

select
arn as resource,
case
when enable_inter_container_traffic_encryption then 'ok'
else 'alarm'
end as status,
case
when enable_inter_container_traffic_encryption then title || ' inter-container traffic encryption enabled.'
else title || ' inter-container traffic encryption disabled.'
end as reason,
region,
account_id
from
aws_sagemaker_training_job;

Controls

The query is being used by the following controls: