turbot/aws_insights

Query: vpc_is_default

Usage

powerpipe query aws_insights.query.vpc_is_default

Steampipe Tables

SQL

select
'Default VPC' as label,
case
when not is_default then 'Ok'
else 'Default VPC'
end as value,
case
when not is_default then 'ok'
else 'alert'
end as type
from
aws_vpc
where
vpc_id = $1;

Dashboards

The query is used in the dashboards: