This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| virtualization:cloud:gcp [2021/08/19 14:58] – jotasandoku | virtualization: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) | ||
| + | * Local SSD : (Ephemeral locally attached block storage) | ||
| * Firebase Hosting | * Firebase Hosting | ||
| Line 13: | Line 17: | ||
| * Best is to use linux from a ' | * Best is to use linux from a ' | ||
| * IAM-Admin > Manage resources . Select your project, add member, role ' | * IAM-Admin > Manage resources . Select your project, add member, role ' | ||
| - | * [[https:// | + | * [[https:// |
| - | gcloud compute os-login ssh-keys add --key "...." | + | |
| + | gcloud config set project < | ||
| + | gcloud compute os-login ssh-keys add --key=' | ||
| + | |||
| + | Shared VPC: | ||
| + | * We can have interconnects in different regions. GCP advertises prefixes via interconnects in different regions. So, if we lose all interconnects in one region, we, as a user can access gcp prefixes in that region via interconnects in other sides of the world. | ||
| ---- | ---- | ||
| + | |||
| + | |||
| TERRAFORM: | TERRAFORM: | ||
| - | [[/home/ | + | [[https://github.com/ |
| First install gcp sdk: | First install gcp sdk: | ||
| cd your-project | cd your-project | ||