363 B
363 B
Create an Instance
Objectives
- Create a VM instance with the following properties
- name: instance-1
- type: e2-micro
- labels:
- app: web
- env: dev
- Using the CLI (gcloud) perform the following operations:
- Update "app" label to "db"
- Remove "env" label
Solution
Click here to view the solution