https://prefect.io logo
d

Dang Khoi Vo

12/21/2022, 4:35 PM
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

Anna Geller

12/21/2022, 5:28 PM
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

Dang Khoi Vo

12/21/2022, 7:29 PM
Thanks I will have a look!
🙌 1
t

Thet Naing

01/05/2023, 5:08 PM
^ Highly recommend this approach to getting started
🙌 1
a

Arturo MartĂ­nez Pacheco

02/03/2023, 4:43 AM
Is there something similar but with aws ?