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

Query: Accepted Traffic Count

Description

Count the total VPC flow log records with accepted traffic.

Usage

powerpipe query aws_vpc_flow_log_detections.query.activity_dashboard_total_accepted_traffic

Tailpipe Tables

SQL

select
count(*) as "Accepted Traffic"
from
aws_vpc_flow_log
where
action = 'ACCEPT';

Dashboards

The query is used in the dashboards: