@@ -74,3 +74,4 @@ You can SSH from EBI cluster to any node on GCP (e.g. `gcloud compute ssh --zone
Notes:
#. You can use IAP with SCP in a similar fashion (e.g. `gcloud compute scp --zone $ZONE --tunnel-through-iap --project $PROJECT <normal_scp_parameters>`). It can be handy to push or pull files between EBI cluster and GCP nodes via SCP.
#. You can also use gsutil to upload files to or to download objects from the storage buckets (e.g. `gsutil ls gs://<bucket_name>`).