Library
All the video learning materials I have published.
-
Setting up Web Proxy Infrastructure Orchestration using Terragrunt
Published: at 09:30 AMThis episode will show how to use terragrunt to orchestrate the underlying infrastructure that sets up load balancer as a web proxy to web applications running in an ec2 instance. This is a solution to managing and standing up separate set of infrastructure terraform modules that have dependencies. Terragrunt will manage the dependencies and will allow creating the entire infrastructure stack in one set of commands.
-
Terraform and AWS Load Balancer as web proxy and port forwarding
Published: at 12:56 AMThis episode is a show and tell on setting up AWS Load balancer as web proxy and port forwarder.
-
Infrastructure Code for Public AWS EC2 Instance with NGINX web proxy in Docker
Published: at 08:09 PMThis episode is a show and tell on how to setup a public aws ec2 instance with terraform and integrating nginx as web proxy to internal web applications using docker.
-
Setting up Web Request Routing with Nginx on Docker
Published: at 02:34 AMThis is a show and tell on using nginx on docker to proxy request based on port and path on a local machine.