DEV Community

Discussion on: Getting Started: Create and Manage Cloud Resources: Challenge Lab

Collapse
 
nakshee_kalolia profile image
Nakshee Kalolia • Edited

On doing Third task 3rd step , it shows an error that:-

(gcloud.compute.instance-groups.managed.create) Could not fetch resource:

Can you please help out for this

Collapse
 
erwaseem profile image
Waseem Ud Din

Change the instance region to us-east1-b. Your problemwill be resolved

Collapse
 
mingjun1120 profile image
mingjun1120 • Edited

Way to solve this error:

When creating a target pool with the command gcloud compute target-pools create nginx-pool in Task 3. You will be prompted after the command, press "n" and select the same region that was used to create the VM instance in Task 1. For example, if you have created your VM instance in Task 1 with "us-west4", then please select "us-west4" after pressing "n".