turbot/tailpipe-mod-aws-vpc-flow-log-detections

Query: Traffic by Region

Description

Distribution of record counts across different AWS regions.

Usage

powerpipe query aws_vpc_flow_log_detections.query.activity_dashboard_traffic_by_region

Tailpipe Tables

SQL

select
region,
count(*) as "Records"
from
aws_vpc_flow_log
where
region is not null
group by
region
order by
"Records" asc,
region;

Dashboards

The query is used in the dashboards: