Google Cloud Professional Cloud Network Engineer — Question 58
You are creating an instance group and need to create a new health check for HTTP(s) load balancing.
Which two methods can you use to accomplish this? (Choose two.)
Answer options
- A. Create a new health check using the gcloud command line tool.
- B. Create a new health check using the VPC Network section in the GCP Console.
- C. Create a new health check, or select an existing one, when you complete the load balancer's backend configuration in the GCP Console.
- D. Create a new legacy health check using the gcloud command line tool.
- E. Create a new legacy health check using the Health checks section in the GCP Console.
Correct answer: A, C
Explanation
Option A is correct because the gcloud command line tool allows users to create health checks programmatically. Option C is also correct as it provides an option to create or select a health check during backend configuration in the GCP Console. The other options (B, D, E) are not valid for the specific requirement of creating a new health check for HTTP(s) load balancing, focusing instead on legacy health checks or incorrect sections of the console.