Process Flow - Auto Scaling with ELB integration
Start: Define Launch Configuration
Create Auto Scaling Group
Attach ELB to Auto Scaling Group
Monitor Metrics (CPU, etc.)
Scale Out: Increase Instances
ELB Distributes Traffic to New Instances
Scale In: Decrease Instances
ELB Removes Terminated Instances
End: Desired Capacity Maintained
The flow starts by defining how instances launch, then creates a group that can grow or shrink. The ELB is attached to balance traffic. Metrics trigger scaling, and ELB updates targets accordingly.