-
- enter: gcloud config set project {your project id (not name)}. For me, that would be CathyBareiss
gcloud config set project CathyBareiss
- enter the following (the {YOUR INSTANCE NAME} should be the name you want for the machine such as: BareissProg1
gcloud compute instances create {YOUR INSTANCE NAME} --image-project csc121fa2023classproject --image csc121fa2023windows
my example would be: gcloud compute instances create BareissProg1 --image-project csc121fa2023classproject --image csc121fa2023windows |