When using TPUs on Google Colab (such as in the MNIST example), we are told to create a GCS bucket. However, it doesn't tell us where. Without knowing the region/zone of the Colab instance, I am afraid to create a bucket in fear of running into billing issues.
There are actually several questions:
- Is accessing a GCS bucket from Colab free, or do the normal network egress fees apply?
- Can I get the region/zone of the colab instance? Most likely not.
- If the question to both questions above is "no": is there any solution for minimizing costs when using TPUs with Colab?