Cloud DNS - Traffic Steering using Geolocation Policy Reviews
8020 reviews
Brian F. · Reviewed about 2 years ago
Brian R. · Reviewed about 2 years ago
Robert M. · Reviewed about 2 years ago
Shailendra P. · Reviewed about 2 years ago
Philip F. · Reviewed about 2 years ago
Jay P. · Reviewed about 2 years ago
Susanne L. · Reviewed about 2 years ago
Completed.
Amitava G. · Reviewed about 2 years ago
Antonio O. · Reviewed about 2 years ago
2 commands had typos and needed to be fixed (1) Wrong gcloud compute instances create us-web-vm \ --machine-type=e2-micro \ --zone us-central1-f --network=default \ --subnet=default \ --tags=http-server \ --metadata=startup-script='#! /bin/bash apt-get update apt-get install apache2 -y echo "Page served from: us-central1" | \ tee /var/www/html/index.html systemctl restart apache2' (1) Correction gcloud compute instances create us-web-vm \ --machine-type=e2-micro \ --zone us-central1-f \ --network=default \ --subnet=default \ --tags=http-server \ --metadata=startup-script='#! /bin/bash apt-get update apt-get install apache2 -y echo "Page served from: us-central1" | \ tee /var/www/html/index.html systemctl restart apache2' (2) Wrong export EUROPE_WEB_IP=$(gcloud compute instances describe us-central1-f --zone=europe-central2-b --format="value(networkInterfaces.networkIP)") (2) Correction export EUROPE_WEB_IP=$(gcloud compute instances describe europe-web-vm --zone=europe-central2-b --format="value(networkInterfaces.networkIP)")
Pierre E. · Reviewed about 2 years ago
Amazing Lab!
Douglas C. · Reviewed about 2 years ago
Alioune D. · Reviewed about 2 years ago
Bavithra Sathanathan N. · Reviewed about 2 years ago
lab command example is incorrect
Genzy H. · Reviewed about 2 years ago
Devaraj V. · Reviewed about 2 years ago
lab getting some error in certain part
Genzy H. · Reviewed about 2 years ago
Anil Kamath A. · Reviewed about 2 years ago
Good lab, but multiple minor errors in commands.
Andrew G. · Reviewed about 2 years ago
there are multiple issues here. one progress check doesnt work, and also task 5 point 2 is wrong, it should be "export EUROPE_WEB_IP=$(gcloud compute instances describe europe-web-vm --zone=europe-central2-b --format="value(networkInterfaces.networkIP)")"
David K. · Reviewed about 2 years ago
too many errors
German Ignacio F. · Reviewed about 2 years ago
Kept getting errors, things didnt want to run
Tanaya S. · Reviewed about 2 years ago
Andrew M. · Reviewed about 2 years ago
Yulii M. · Reviewed about 2 years ago
Devaraj V. · Reviewed about 2 years ago
There were a couple of errors in the instructions - the commands listed don't work. e.g., one had a missing \ at an end of line for a multi-line command, another had a zone name where the VM instance name would go.
Eric K. · Reviewed about 2 years ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.