In our workflows we often wish to run arcpy script in the cloud. Currently this is only possible by either installing ArcGIS Pro or ArcGIS Server on a virtual machine. ArcGIS Pro will give you problems with the license, ArcGIS Server comes with way too much overhead.
I understand arcpy cannot be installed as a stand-alone Python module as it depends on the Pro runtime. But it would be great if besides ArcGIS Pro and ArcGIS Server there was a third option: ArcGIS Pro runtime engine (similar to geoanalytics engine). It should offer the possibility to un arcpy scripts on this engine and handle licensing in a way similar to ArcGIS Server.
With ArcGIS Pro runtime engine you would be able to run arcpy on a VM, in a docker container, locally, etc. You would finally be able to run arcpy in the cloud.