Table of Contents

GCP

Tips

Price

Google Cloud Pricing Calculator
https://cloud.google.com/products/calculator/

https://cloud.google.com/pricing/list
https://cloud.google.com/compute/all-pricing
https://cloud.google.com/storage/pricing

GCE

GPU Driver

https://cloud.google.com/compute/docs/gpus/install-drivers-gpu

Metadata

https://cloud.google.com/compute/docs/metadata/overview
https://serverfault.com/questions/955995/gce-deleted-users-folders-reappear-after-reboot

CLI (gcloud)

https://cloud.google.com/sdk/gcloud/reference
https://cloud.google.com/sdk/docs/cheatsheet
https://qiita.com/komiya_____/items/4cef3b2d47ed42a7caf5

gcloud help
gcloud version
gcloud info
gcloud components list
gcloud components update
gcloud init
gcloud auth login
gcloud auth list
gcloud auth revoke [ACCOUNT]
gcloud config list
gcloud config configurations list
gcloud config configurations activate [CONFIG_NAME]
gcloud config configurations create [CONFIG_NAME]
gcloud config configurations delete [CONFIG_NAME]
gcloud projects list
gcloud config set project [PROJECT_ID]
gcloud compute instances list
gcloud compute instances start [INSTANCE_NAME]
gcloud compute instances stop [INSTANCE_NAME]
gcloud compute ssh [INSTANCE_NAME]
gcloud compute ssh [USER]@[INSTANCE_NAME]
gcloud compute scp [INSTANCE_NAME]:[REMOTE_PATH] [LOCAL_PATH]
gcloud compute scp [USER]@[INSTANCE_NAME]:[REMOTE_PATH] [LOCAL_PATH]

References

https://trios.pro/google-cloud-platform-price-list/