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: š