Continue Reading Deploy a Production Ready Network Source of Truth (NSOT) IPAM solution in AWS Part III – Create Terraform Logs Module to capture VPC Flow Logs

Deploy a Production Ready Network Source of Truth (NSOT) IPAM solution in AWS Part III – Create Terraform Logs Module to capture VPC Flow Logs

In our previous article, we walked through the Terraform code to create the base VPC module for our Production ready NSOT (Network Source of Truth) IP Address Management application. The next module we are going to create is a “logs” module that will be used to set up VPC flow logs for our VPC. VPC Flow Logs is a feature that enables you to capture information about the IP traffic going to and from network interfaces in your VPC. Flow log data can be published to Amazon CloudWatch Logs and Amazon S3.