User Tools

Site Tools


virtualization:cloud:gcp

This is an old revision of the document!


https://cloud.google.com/free/docs/aws-azure-gcp-service-comparison

  • Compute Engine (~ ec2 )
  • Cloud interconnect (~ direct connect )
  • Cloud Router (~ vpc)
  • Cloud Storage (~ S3)
  • Firebase Hosting

Compute Engine:

For ssh access, best thing is to enable 'OS Login, check this link

  • Best is to use linux from a 'public' image. They have the 'guest environment preinstalled.
  • IAM-Admin > Manage resources . Select your project, add member, role 'Owner'. Or we can be more restrictive and add this roles by doing 'add role' and click in 'manage roles'
  • Adding-ssh-keys : do it via the cloud shell (top right, command prompt symbol). The command is below (use double quotes to enclose the PubKey).
gcloud compute os-login ssh-keys add --key "...."
virtualization/cloud/gcp.1628866310.txt.gz · Last modified: (external edit)