How do I auto scale in Prefect when using cloud compute?

Does Prefect cloud allow me to specify auto-scaling when using cloud compute? (Something along the lines of - when memory goes below X, spawn a new instance of type Y, or similarly with CPU usage)

Where might I find documentation for that?