diff --git a/Getting Started: Create and Manage Cloud Resources: Challenge Lab.md b/Getting Started: Create and Manage Cloud Resources: Challenge Lab.md index 1d688a3..4cbd47b 100644 --- a/Getting Started: Create and Manage Cloud Resources: Challenge Lab.md +++ b/Getting Started: Create and Manage Cloud Resources: Challenge Lab.md @@ -56,6 +56,8 @@ service nginx start sed -i -- 's/nginx/Google Cloud Platform - '"\$HOSTNAME"'/' /var/www/html/index.nginx-debian.html EOF +gcloud compute target-pools create nginx-pool + gcloud compute instance-templates create web-server-template \ --metadata-from-file startup-script=startup.sh \ --network nucleus-vpc \