xpender / flowlog

Scripts to analyze AWS VPC Flow Logs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initial try to provide scripts to get (maybe) useful data out of AWS VPC Flow Logs.

Do not expect good code - and there might be better solutions for this.

https://aws.amazon.com/blogs/aws/vpc-flow-logs-log-and-view-network-traffic-flows/

HOWTO

Hints

  • Fetching logs can take long time
    • Use StartTime & EndTime Limitation in config.php
    • Enable Flow Logging only for a short period
  • Define instance tags (currently static)
    • Name = used as instance display name
    • Cluster = used to group instances (cluster in meaning of a mongo replicaset, webserver pool etc.)

About

Scripts to analyze AWS VPC Flow Logs


Languages

Language:PHP 100.0%