For an HTTP(S) load balancer, how should you configure the backend health check to verify that backend instances are responding properly?
Choose an answer
Tap an option to check your answer.
Correct answer: Set request-path to a specific URL used for health checking, and set response to a string that the backend service will always return in the response body..
Why this is the answer
The correct configuration for an HTTP(S) load balancer health check involves setting the request-path to a specific URL that the backend instances are expected to serve for health checks. Additionally, setting the response field to a string that the backend service should return in its response body allows for a more robust check, ensuring the application logic is responding correctly, not just the server. The other options are incorrect because: Setting proxy-header to PROXYV1 is not a standard or recommended practice for HTTP(S) health checks and is typically used for TCP proxy load balancing. While setting a custom host header can be useful, it's not the primary mechanism for verifying proper backend response content. The response field is specifically designed for this. Relying solely on proxy-header and host without specifying a request-path or checking the response body would provide an incomplete health check, as it wouldn't verify the application's ability to serve specific content.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed