
Even if you are able to decipher the story they are telling, they are not telling the complete story. We examined the ALB Access Logs and they offer good information but they are not the raw data.

Recently on a project, we were experiencing intermittent 502 Errors on one of our Application Load Balancers - and intermittent errors are rarely fun. Luckily, you have access to underlying OS of your EC2 instance so you can actually debug from there. But what happens if VPC Flow Logs show ACCEPT for your traffic but you are still seeing “Connection Timeout” or some other networking error in your logs? If there is a configuration on the Operating System of your EC2 instance that is dropping the traffic, such as a host-based Firewall or an internal routing issue - VPC Flow Logs will not know it. If there is a REJECT in your VPC Flow Logs, either 2 or 3 is the culprit.
#Vpc flow logs update
This will execute each AWS VPC Flow Log download every 10 minutes, new Flow Logs will be downloaded and processed and will update their respective Sources in the Sinefa reports. If you have multiple AWS VPC Flow Log downloads configured, these can be run from the same schedule by specifying multiple commands. Schedule. For example, you can export AWS VPC Flow Logs from multiple VPCs to a single S3 bucket and configure a single download. A Sinefa source is created for each AWS VPC Flow Log download. The download name must not contain spaces. To configure a Sinefa Probe to download AWS VPC Flow Logs from S3, you must access the probe's CLI and run the following commands. This requires 2 steps, configuring a download and configuring a schedule. Once AWS VPC Flow Logs are saved to S3, a Sinefa Probe needs to be configured to read these files as they become available. Sinefa currently does not support reading AWS VPC Flow Logs from CloudWatch. The only requirement is that AWS VPC Flow Logs must be saved to S3 and use the default AWS VPC Flow Log format. Similar to Netflow, these Flow Log records contain summary information about the network flows in/out of each VM with Flow Logs enabled.įor details on how to configure AWS VPC Flow Logs, refer to the AWS documentation. Sinefa Probes (deployed either inside or outside of AWS) are configured to constantly monitor an AWS S3 bucket for new Flow Log files. This guide explains how to configure Sinefa probes to retrieve AWS VPC Flow Logs from an AWS S3 bucket. Sinefa probes can ingest and report on AWS VPC Flow Logs.
#Vpc flow logs how to