Topic: All about load balancers
All the articles with the topic "All about load balancers".
1. How to setup basic redirection with AWS Application Load Balancer
This is a show and tell on setting up basic redirection using application load balancer.
2. How to secure AWS Load Balancer with Terraform - Reject Requests by Default
This episode covers basic configuration/setup to ensure a safe and secure AWS Application Load Balancer.
3. How to secure AWS Load Balancer with Listener Rules
On this episode, i tackle how I write the infrastructure code with terraform to setup strict AWS Load Balancer Listener Rules attached to an AWS Load Balancer. This involves setting up a user friendly URL that exposes the load balancer to the internet and setting up strict rules based on host header and uri pattern to enable strict processing and flow of web traffic.
4. How to secure EC2 application with AWS load balancer (IaC with Terraform)
This episode covers setup of Target Group resources that are used to bridge AWS Load Balancer with AWS Services that are running applications. The use case on this episode involves forwarding web request from AWS Load Balancer to an NGINX web application that is running on an EC2 instance.