AWS - Elastic Load BalancingWhich of the following is the correct way to configure a health check path for an HTTP service in AWS Elastic Load Balancer?AHealthCheckInterval: 60BHealthCheckPath: "/status"CHealthCheckProtocol: TCPDHealthCheckPort: 8080Check Answer
Step-by-Step SolutionSolution:Step 1: Identify the correct parameter for HTTP pathFor HTTP health checks, the path to check is set using HealthCheckPath with a URL path string.Step 2: Differentiate from other parametersHealthCheckPort sets the port, HealthCheckProtocol sets the protocol, and HealthCheckInterval sets the time between checks, not the path.Final Answer:HealthCheckPath: "/status" -> Option BQuick Check:HTTP health check path = HealthCheckPath [OK]Quick Trick: Path is set with HealthCheckPath, not port or interval [OK]Common Mistakes:MISTAKESUsing HealthCheckPort to set the pathConfusing protocol with pathSetting interval instead of path
Master "Elastic Load Balancing" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes API Gateway - API Gateway throttling - Quiz 13medium Auto Scaling - Scheduled scaling - Quiz 1easy DynamoDB - Scan vs query performance - Quiz 15hard DynamoDB - Why DynamoDB for NoSQL - Quiz 14medium Elastic Load Balancing - Listener rules and routing - Quiz 6medium Elastic Load Balancing - Target groups concept - Quiz 1easy RDS and Relational Databases - RDS backup and snapshots - Quiz 8hard RDS and Relational Databases - Read replicas for performance - Quiz 8hard SNS and SQS - SQS queue concept - Quiz 8hard SNS and SQS - SQS queue concept - Quiz 5medium