-
How to Create an ALB Listener with Multiple Path Conditions Using Terraform
When designing modern cloud-native applications, it’s common to host multiple services under a single domain. Application Load Balancers (ALBs) in AWS provide an efficient way to route traffic to different backend services based on URL path conditions. This article will guide you through creating an ALB listener with multiple path-based routing conditions using Terraform, assuming…
-
An Introduction to Nginx: The Versatile Web Server and Reverse Proxy
Nginx (pronounced “engine-x”) is a powerful, high-performance web server, reverse proxy server, and load balancer. Originally created to handle the C10k problem (handling 10,000 concurrent connections on a single server), Nginx has grown to become one of the most popular web servers in the world, renowned for its speed, stability, and low resource usage. In…