Google Certified Professional - Cloud Developer Professional-Cloud-Developer Question # 23 Topic 3 Discussion

Google Certified Professional - Cloud Developer Professional-Cloud-Developer Question # 23 Topic 3 Discussion

Professional-Cloud-Developer Exam Topic 3 Question 23 Discussion:
Question #: 23
Topic #: 3

You have deployed an HTTP(s) Load Balancer with the gcloud commands shown below.

Professional-Cloud-Developer Question 23

Health checks to port 80 on the Compute Engine virtual machine instance are failing and no traffic is sent to your instances. You want to resolve the problem.

Which commands should you run?


A.

gcloud compute instances add-access-config ${NAME}-backend-instance-1


B.

gcloud compute instances add-tags ${NAME}-backend-instance-1 --tags http-server


C.

gcloud compute firewall-rules create allow-lb --network load-balancer --allow

tcp --source-ranges 130.211.0.0/22,35.191.0.0/16 --direction INGRESS


D.

gcloud compute firewall-rules create allow-lb --network load-balancer --allow

tcp --destination-ranges 130.211.0.0/22,35.191.0.0/16 --direction EGRESS


Get Premium Professional-Cloud-Developer Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.