Migrating an NGINX Load Balancer to AWS
Description
Elastic Load Balancing (ELB) is a serverless offering from AWS that you can use to replace legacy load balancing setups such as NGINX. AWS Elastic Load Balancing automatically scales with your workload as traffic changes, freeing you from the technical complexity of implementing automated scaling.
Learning how to replace a self-hosted load balancer with an Application Load Balancer will benefit anyone who migrates web-based infrastructure into the public AWS cloud.
In this hands-on lab, you will examine an existing NGINX load balancing configuration and replace it with an Application Load Balancer.
Learning objectives
Upon completion of this beginner-level lab, you will be able to:
- Locate and inspect an NGINX configuration file
- Create an Elastic Load Balancing Target Group
- Create an Application Load Balancer
Intended audience
- Candidates for the AWS Certified Security Specialty certification
- Cloud Architects
- DevOps Engineers
Prerequisites
Familiarity with the following will be beneficial but is not required:
- Elastic Load Balancing (ELB)
- Amazon Elastic Compute Cloud (EC2)
The following content can be used to fulfill the prerequisites: