Cloud DNS - Traffic Steering using Geolocation Policy Reviews
8019 reviews
Brian R. · Reviewed בערך 2 שנים ago
Robert M. · Reviewed בערך 2 שנים ago
Shailendra P. · Reviewed בערך 2 שנים ago
Philip F. · Reviewed בערך 2 שנים ago
Jay P. · Reviewed בערך 2 שנים ago
Susanne L. · Reviewed בערך 2 שנים ago
Completed.
Amitava G. · Reviewed בערך 2 שנים ago
Antonio O. · Reviewed בערך 2 שנים 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 בערך 2 שנים ago
Amazing Lab!
Douglas C. · Reviewed בערך 2 שנים ago
Alioune D. · Reviewed בערך 2 שנים ago
Bavithra Sathanathan N. · Reviewed בערך 2 שנים ago
lab command example is incorrect
Genzy H. · Reviewed בערך 2 שנים ago
Devaraj V. · Reviewed בערך 2 שנים ago
lab getting some error in certain part
Genzy H. · Reviewed בערך 2 שנים ago
Anil Kamath A. · Reviewed בערך 2 שנים ago
Good lab, but multiple minor errors in commands.
Andrew G. · Reviewed בערך 2 שנים 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 בערך 2 שנים ago
too many errors
German Ignacio F. · Reviewed בערך 2 שנים ago
Kept getting errors, things didnt want to run
Tanaya S. · Reviewed בערך 2 שנים ago
Andrew M. · Reviewed בערך 2 שנים ago
Yulii M. · Reviewed בערך 2 שנים ago
Devaraj V. · Reviewed בערך 2 שנים 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 בערך 2 שנים ago
Randy G. · Reviewed בערך 2 שנים ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.