Bird
0
0

What will happen if a Route 53 health check configured for an HTTP endpoint returns a 404 status code?

medium📝 service behavior Q5 of 15
AWS - Route 53
What will happen if a Route 53 health check configured for an HTTP endpoint returns a 404 status code?
AThe endpoint is considered healthy
BRoute 53 ignores the status code
CThe endpoint is considered unhealthy
DThe health check retries immediately
Step-by-Step Solution
Solution:
  1. Step 1: Understand HTTP status codes and health checks

    Route 53 considers HTTP status codes 200-399 as healthy responses.
  2. Step 2: Evaluate 404 status code

    404 is a client error, so Route 53 marks the endpoint as unhealthy.
  3. Final Answer:

    The endpoint is considered unhealthy -> Option C
  4. Quick Check:

    404 status = unhealthy endpoint [OK]
Quick Trick: Only 200-399 HTTP codes mean healthy [OK]
Common Mistakes:
  • Assuming 404 means healthy
  • Thinking Route 53 ignores HTTP status codes
  • Believing health checks retry immediately on failure

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes