Currently, we set region for our batch and stream Dataflow jobs, eg. europe-west1.
When using HDD this is all nice.
But now I would like to test the pipelines with SSD, and according to worker-level-options, I can do it but I have to provide the Zone ex-ante.
Is it possible to use zonal SSD PD without specifying the zone, i.e. to use the zone of the workers (automatically)?
Note: I am aware that you can actually set the worker's zone, but I would like to avoid that and let them choose what is best within the region automatically.