You've already forked devops-exercises
Update
This commit is contained in:
17
topics/gcp/exercises/instance_101/exercise.md
Normal file
17
topics/gcp/exercises/instance_101/exercise.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Create an Instance
|
||||
|
||||
## Objectives
|
||||
|
||||
1. Create a VM instance with the following properties
|
||||
1. name: instance-1
|
||||
2. type: e2-micro
|
||||
3. labels:
|
||||
1. app: web
|
||||
2. env: dev
|
||||
2. Using the CLI (gcloud) perform the following operations:
|
||||
1. Update "app" label to "db"
|
||||
2. Remove "env" label
|
||||
|
||||
## Solution
|
||||
|
||||
Click [here](solution.md) to view the solution
|
||||
Reference in New Issue
Block a user