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…