User Tools

Site Tools


virtualization:cloud:gcp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
virtualization:cloud:gcp [2022/04/21 12:15] jotasandokuvirtualization:cloud:gcp [2023/11/02 14:38] (current) – external edit 127.0.0.1
Line 2: Line 2:
 \\ \\
    
-  * Compute Engine (~ ec2 ) +  * VPC peering 
-  * Cloud interconnect (~ direct connect )+  * Service Perimeter
   * Cloud Router (~ vpc)   * Cloud Router (~ vpc)
   * Cloud Storage (~ S3)   * Cloud Storage (~ S3)
 +  * Compute Engine (~ ec2 )
 +  * Cloud interconnect (~ direct connect )
   * Persistent disk (Block storage service)   * Persistent disk (Block storage service)
   * Local SSD : (Ephemeral locally attached block storage)   * Local SSD : (Ephemeral locally attached block storage)
Line 17: Line 19:
   * [[https://cloud.google.com/compute/docs/instances/managing-instance-access#add_oslogin_keys|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):   * [[https://cloud.google.com/compute/docs/instances/managing-instance-access#add_oslogin_keys|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 config set project <your-project-name>
   gcloud compute os-login ssh-keys add --key='AAAsdfA..'   gcloud compute os-login ssh-keys add --key='AAAsdfA..'
  
virtualization/cloud/gcp.1650543322.txt.gz · Last modified: (external edit)