...
It is possible to set a limit to the number of service instances that are maintained in the system at any given time. It is done by setting the min_app_instances
parameter
parameter for any service cluster and the autoscaler will ensure that the system will not scale down below that even though there is no considerable service requests in-flight.
...