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

Query: Rejected Traffic Count

Description

Count the total VPC flow log records with rejected traffic.

Usage

powerpipe query aws_vpc_flow_log_detections.query.activity_dashboard_total_rejected_traffic

Tailpipe Tables

SQL

select
count(*) as "Rejected Traffic"
from
aws_vpc_flow_log
where
action = 'REJECT';

Dashboards

The query is used in the dashboards: