Implement Load Balancing on Compute Engine: Challenge Lab Reviews
395687 reviews
Vinnarasi S. · Reviewed 7 месяцев ago
Jency .. · Reviewed 7 месяцев ago
Hi Ayaz, In the 3rd step, we create a firewall rule with target-tags "http-server", which should be for the instance template. So can we put a tag "--tags=http-server" when creating the instance template? After that, the healthy check is successful. I can also access the load balancer, which will redirect the traffic either to the first VM instance or the second VM instance. But when I check the check button in the 2 task, it still says I need to create two managed instance behind the load balancer. Could you help try the check button in this lab? Thanks! Create an Instance Template: bashCopy code gcloud compute instance-templates create nginx-template \ --machine-type e2-medium \ --metadata startup-script-url=gs://your-bucket/startup.sh \ --image-family debian-10 \ --image-project debian-cloud Create a Managed Instance Group: bashCopy code gcloud compute instance-groups managed create nginx-group \ --base-instance-name nginx \ --template nginx-template \ --size 2 \ --zone YOUR_ZONE Create a Firewall Rule: bashCopy code gcloud compute firewall-rules create allow-http \ --allow tcp:80 \ --target-tags http-server
Lucas L. · Reviewed 7 месяцев ago
Nikita D. · Reviewed 7 месяцев ago
taking too long
Arun D. · Reviewed 7 месяцев ago
Nandhitha S. · Reviewed 7 месяцев ago
Inderpal B. · Reviewed 7 месяцев ago
佐久間貴人 T. · Reviewed 7 месяцев ago
Kushpoo T. · Reviewed 7 месяцев ago
HARI P. · Reviewed 7 месяцев ago
Sanjay R. · Reviewed 7 месяцев ago
Naveen K. · Reviewed 7 месяцев ago
G.sowjanya S. · Reviewed 7 месяцев ago
Deepa A. · Reviewed 7 месяцев ago
João L. · Reviewed 7 месяцев ago
Devadarshini V. · Reviewed 7 месяцев ago
Divya D. · Reviewed 7 месяцев ago
Soundarya K. · Reviewed 7 месяцев ago
Carlos D. · Reviewed 7 месяцев ago
佐久間貴人 T. · Reviewed 7 месяцев ago
佐久間貴人 T. · Reviewed 7 месяцев ago
Mohammed A. · Reviewed 7 месяцев ago
Devadarshini V. · Reviewed 7 месяцев ago
MAYANK B. · Reviewed 7 месяцев ago
Elizadora M. · Reviewed 7 месяцев ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.