I've got a newbie question that I haven't been able to figure out from the documentation. I'd prefer to use the Cloud backend. Since the code for flows isn't stored on the Cloud backend, are there approaches one can use to avoid having to run a machine 24/7? (At this point I'm anticipating only having simple flows that run once a day.) The closest I've seen is
this article which talks about using Docker, AWS ECR, AWS Batch, and Cloudwatch to avoid a dedicated machine. However, I'm not sure if the author was using Prefect Cloud or Server. Plus, if one sets up Cloudwatch to fire off events to AWS Batch, then I'm not understanding the benefit of using Cloud anymore.