Continue Reading Create the NSOT Application, Bastion Host, and ELB modules

Create the NSOT Application, Bastion Host, and ELB modules

In this final article for the series, we will break down the terraform code used to create the NSOT application instances, Bastion host instances for management, and frontend Elastic load balancer fronting the NSOTapplication servers.

Continue Reading NSOT part IV

NSOT part IV

In this article, we will walk through the terraform modulecode to spin up a redundant RDS MySQL database service to run the NSOTapplication backend. Amazon Relational Database Service (Amazon RDS) makes it easy to set up, operate, and scale a relational database in the cloud.

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.

Continue Reading Deploy a Production Ready Network Source of Truth (NSOT) IPAM solution in AWS Part II – Create Terraform VPC Module

Deploy a Production Ready Network Source of Truth (NSOT) IPAM solution in AWS Part II – Create Terraform VPC Module

Creating a production ready NSOT application in AWS, completely automated via Terraform. The deployment is broken down into Terraform modules to automate the configuration deployment due to the size and complexity of a production NSOT AWS configuration.