Topic: The different faces of web proxy
All the articles with the topic "The different faces of web proxy".
1. Setting up Web Request Routing with Nginx on Docker
This is a show and tell on using nginx on docker to proxy request based on port and path on a local machine.
2. Infrastructure Code for Public AWS EC2 Instance with NGINX web proxy in Docker
This 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.
3. Terraform and AWS Load Balancer as web proxy and port forwarding
This episode is a show and tell on setting up AWS Load balancer as web proxy and port forwarder.
4. Setting up Web Proxy Infrastructure Orchestration using Terragrunt
This 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.