Bird
0
0

Which of the following is the correct way to configure a health check path for an HTTP service in AWS Elastic Load Balancer?

easy📝 Configuration Q12 of 15
AWS - Elastic Load Balancing
Which of the following is the correct way to configure a health check path for an HTTP service in AWS Elastic Load Balancer?
AHealthCheckInterval: 60
BHealthCheckPath: "/status"
CHealthCheckProtocol: TCP
DHealthCheckPort: 8080
Step-by-Step Solution
Solution:
  1. Step 1: Identify the correct parameter for HTTP path

    For HTTP health checks, the path to check is set using HealthCheckPath with a URL path string.
  2. Step 2: Differentiate from other parameters

    HealthCheckPort sets the port, HealthCheckProtocol sets the protocol, and HealthCheckInterval sets the time between checks, not the path.
  3. Final Answer:

    HealthCheckPath: "/status" -> Option B
  4. Quick Check:

    HTTP health check path = HealthCheckPath [OK]
Quick Trick: Path is set with HealthCheckPath, not port or interval [OK]
Common Mistakes:
MISTAKES
  • Using HealthCheckPort to set the path
  • Confusing protocol with path
  • Setting interval instead of path

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes