Hello!
I need to run ETL like jobs in google compute engine.
The jobs itself compute intensive, and would require compute instances, downloading data from network, processing and then storing the data into google bigquery(other storage).
Can i use gcloud/API to spin on/off google compute instances on cron trigger?
Are there any other possible ways of spinning several google compute nodes at the specific time, and then turn them off?
Thanks!