Elastic Load Balancingggggg
🛠️ Step-by-Step: Create and Use Application Load Balancer
🔹 Step 1: Launch EC2 Instances
Launch 2 EC2 instances (Amazon Linux 2):
AMI: Amazon Linux 2
Instance Type: t2.micro
User Data (to install Apache):
bashCopyEdit#!/bin/bash
yum update -y...