Malik

Some of Google Cloud Platform Command I use

August 26, 2021

To connect to Google Cloud SQL

$ gcloud sql connect your-project-id-in-gcp --user=root --quiet

SSH to your Google Compute Engine

$ gcloud beta compute --project "your-project-id-in-gcp" ssh --zone "asia-southeast1-a" "your-vm-instance-name"

Copy files from Google Cloud Storage Bucket to local

$ gsutil cp -r gs://your-bucket-name/path/to/files /path/to/local

Hi there, I'm Malik. This website just to write simple things of what I've done.