turbot/aws_insights

Query: vpc_subnet_overview

Usage

powerpipe query aws_insights.query.vpc_subnet_overview

Steampipe Tables

SQL

select
subnet_id as "Subnet ID",
vpc_id as "VPC ID",
owner_id as "Owner ID",
availability_zone as "Availability Zone",
availability_zone_id as "Availability Zone ID",
title as "Title",
region as "Region",
account_id as "Account ID",
subnet_arn as "ARN"
from
aws_vpc_subnet
where
subnet_id = $1

Dashboards

The query is used in the dashboards: