ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 15 - Professional Cloud Developer discussion

Report
Export

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

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
Answers
A.
gcloud compute instances add-access-config ${NAME}-backend-instance-1
B.
gcloud compute instances add-tags ${NAME}-backend-instance-1 --tags http-server
Answers
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
Answers
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
Answers
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
Suggested answer: C
asked 18/09/2024
Reatlehile Motaung
25 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first