Tag Archives: google-cloud

Setting up Deep Learning VM in GCP – Part 2

In first part, we provisioned a VM. Today we will go over next steps. Install latest Python The VM will come with a version of Python pre-installed. Check if the version is sufficient for your needs. If not, you can … Continue reading

Posted in Computers, programming, Software | Tagged , , , , | Leave a comment

Authenticating to Google Cloud SQL with IAM Credentials

Cloud SQL is a managed service in GCP where Google will run and manage MySQL, Postgres or SQL Server for you. A user can authenticate to Cloud SQL in two ways: Using IAM has few advantages I believe. Say you … Continue reading

Posted in Computers, programming, Software | Tagged , , | Leave a comment

Helpful GCP commands

2. Login using a service account You shouldn’t do this however. Quoting best practices: Don’t use service accounts during development. During your daily work, you might use tools such as the Google Cloud CLI, gsutil, or terraform. Don’t use a … Continue reading

Posted in Computers, programming, Software | Tagged , , | Leave a comment