-
[web app prototyping with GCP] 3. Create VM (frontend / backend) instances카테고리 없음 2022. 10. 20. 03:42
1. Create two compute engine instances (VM instance): frontend and backend
Configuration
- Machine type: Small (2 CPU, 2 GB RAM)
- Region: europe-north-1 (more sustainable)
- Boot disk -> Disk size: 30 GB
- Firewalls: Allow HTTP / HTTPS traffic
- Identity and API access -> Access scopes: Allow full access to all Cloud APIs (Allows to use any GCP services)
1.1 give the name and select region and machine type
1.2 select operating system and boot disk size
1.3 Allow the VM to connect to all GCP cloud APIs
1.4 Allow the VM to receive HTTP traffic
1.5 Launch the VM