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

Dashboard: VPC Flow Log Network Graph

This dashboard answers the following questions:

  • Which IP addresses have the most traffic?
  • How many connections are there between each IP address pair?
  • Which IP address pairs have high connection volumes (e.g., over 50 connections)?
This dashboard contains 1 graph.

Usage

Install the mod:

mkdir dashboards
cd dashboards
powerpipe mod init
powerpipe mod install github.com/turbot/tailpipe-mod-aws-vpc-flow-log-detections

Start the Powerpipe server:

powerpipe server

Open http://localhost:9033 in your browser and select VPC Flow Log Network Graph dashboard.

You could also snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe dashboard run aws_vpc_flow_log_detections.dashboard.network_graph --share

Tags