- 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
Click here to view the solution
Click here to view the solution