Part 1: Creating an Instance on Google Cloud
Overview
This section walks through provisioning a VM instance, configuring networking, and SSH access.
flowchart LR
A[Select Project & Zone] --> B[Choose Machine Type]
B --> C[Configure Boot Disk]
C --> D[Set OS & Networking]
D --> E[Review & Create]
E --> F[SSH into VM] Steps
-
Name Instance & Select Zone
- Choose a region and zone that optimize latency for your users.
-
Select Machine Type
-
Boot Disk Configuration
- OS: CentOS 7.5 (64-bit)
- Disk size: 30 GB SSD
-
Networking & DNS
- Reserve a static external IP.
- Add A‐record pointing to the VM IP in Cloud DNS.
-
SSH Access