turbot/aws_compliance

Query: sagemaker_training_job_in_vpc

Usage

powerpipe query aws_compliance.query.sagemaker_training_job_in_vpc

SQL

select
arn as resource,
case
when vpc_config is not null then 'ok'
else 'alarm'
end as status,
case
when vpc_config is not null then title || ' in VPC.'
else title || ' not in VPC.'
end as reason,
region,
account_id
from
aws_sagemaker_training_job;

Controls

The query is being used by the following controls: