AWS Gateway Load Balancer

How to inspect & manipulate network packets in AWS

In this post, I would like to walk you through a sample setup of the AWS Gateway Load Balancer. We will provision the infrastructure using Terraform, write a simple virtual appliance application and show it all in action. I don’t want to go into a theory about this AWS service. It’s very well described in the documentation. In short, it allows us to route network traffic through a virtual appliance where each network packet can be inspected, modified, or dropped. [Read More]