Flow:User → ELB (ALB Listener) → Target Group → EC2 Instances (in different AZs) šŸ“Œ Introduction In this guide, you will learn how to: We will use: šŸ”¹ Step 1: Launch EC2 Instances (in Different AZs) šŸ› ļø Create First Instance (AZ-1) šŸ‘‰ User Data: #!/bin/bashyum update -yyum install -y httpdsystemctl enable httpdsystemctl start httpdecho “Server 1 – AZ1 Working” > /var/www/html/index.html šŸ› ļø Create Second Instance (AZ-2) Repeat same steps: šŸ‘‰

Read More