Process Flow - Minimum, maximum, and desired capacity
Start Auto Scaling Group
Check Desired Capacity
Is Desired < Minimum?
Yes→Set Desired = Minimum
Proceed
Is Desired > Maximum?
Yes→Set Desired = Maximum
Proceed
Launch or Terminate Instances to Match Desired
End
The system checks desired capacity against minimum and maximum limits, adjusts if needed, then launches or terminates instances to match desired capacity.