Topic 1 Question 47
You have created an HTTP(S) load balanced service. You need to verify that your backend instances are responding properly. How should you configure the health check?
Set request-path to a specific URL used for health checking, and set proxy-header to PROXY_V1.
Set request-path to a specific URL used for health checking, and set host to include a custom host header that identifies the health check.
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.
Set proxy-header to the default value, and set host to include a custom host header that identifies the health check.
ユーザの投票
コメント(13)
- 👍 13iobluedot2020/08/17
Answer is : C
👍 4kumarp62022/01/04B is correct. We have to configure the host header in health-check because as you know backend could host many domains and we have to know which one is a life.
👍 3marekmatula20202020/12/03
シャッフルモード