Introduction
When running applications on the cloud, you want the right number of servers to handle your users. Minimum, maximum, and desired capacity help control how many servers run at once to save money and keep your app working well.
When you want to make sure your app always has at least a few servers running to handle traffic.
When you want to limit the maximum number of servers to avoid extra costs.
When you want to set a target number of servers to run under normal conditions.
When your app needs to automatically add or remove servers based on demand.
When you want to keep your app stable during traffic spikes or drops.