turbot/aws_compliance

Query: sagemaker_model_in_vpc

Usage

powerpipe query aws_compliance.query.sagemaker_model_in_vpc

Steampipe Tables

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_model;

Controls

The query is being used by the following controls: