Hello community :wave:, I have a personal project in mind that i want to orchestrate a :python: pyt...
d
Hello community 👋, I have a personal project in mind that i want to orchestrate a python python script to run once daily on Prefect P. I want to stick to best practice as possible, and i read that you shouldn’t be executing processes on the same instances as your orchestrator. Does it make sense for prefect to call gcp GCP Cloud function to execute my python script? Im open to ideas!
đź‘‹ 4
a
for GCP, I can recommend this setup https://medium.com/the-prefect-blog/gcp-and-prefect-cloud-from-docker-container-to-cloud-vm-on-google-compute-engine-2dffa026d16b super easy, you can get it all done in ~30 min with automated setup
🙌 3
d
Thanks I will have a look!
🙌 1
t
^ Highly recommend this approach to getting started
🙌 1
a
Is there something similar but with aws ?