turbot/aws_insights

Query: vpc_route_tables_for_vpc

Usage

powerpipe query aws_insights.query.vpc_route_tables_for_vpc

Steampipe Tables

SQL

select
route_table_id as "Route Table ID",
tags ->> 'Name' as "Name"
from
aws_vpc_route_table
where
vpc_id = $1
order by
route_table_id;

Dashboards

The query is used in the dashboards: