ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 93 - Professional Cloud Network Engineer discussion

Report
Export

You have deployed an HTTP(s) load balancer, but health checks to port 80 on the Compute Enginevirtual machine instance are failing, and no traffic is sent to your instances. You want to resolve theproblem. Which commands should you run?

A.
gcloud compute instances add-access-config instance-1
Answers
A.
gcloud compute instances add-access-config instance-1
B.
gcloud compute firewall-rules create allow-lb --network load-balancer --allow tcp --destinationranges 130.211.0.0/22,35.191.0.0/16 --direction EGRESS
Answers
B.
gcloud compute firewall-rules create allow-lb --network load-balancer --allow tcp --destinationranges 130.211.0.0/22,35.191.0.0/16 --direction EGRESS
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 health-checks update http health-check --unhealthy-threshold 10
Answers
D.
gcloud compute health-checks update http health-check --unhealthy-threshold 10
Suggested answer: C
asked 18/09/2024
Carola Lotito
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first