Bird
0
0

Given this health check configuration for a target group:

medium📝 Predict Output Q4 of 15
AWS - Elastic Load Balancing
Given this health check configuration for a target group:
IntervalSeconds: 10
TimeoutSeconds: 5
HealthyThresholdCount: 3
UnhealthyThresholdCount: 2

How many consecutive successful health checks are required before the target is considered healthy?
A2
B3
C5
D10
Step-by-Step Solution
Solution:
  1. Step 1: Understand HealthyThresholdCount meaning

    This value defines how many consecutive successful health checks are needed to mark a target healthy.
  2. Step 2: Identify the HealthyThresholdCount value

    The configuration shows HealthyThresholdCount is 3.
  3. Final Answer:

    3 -> Option B
  4. Quick Check:

    HealthyThresholdCount = 3 [OK]
Quick Trick: HealthyThresholdCount sets success count for healthy status [OK]
Common Mistakes:
MISTAKES
  • Confusing HealthyThresholdCount with UnhealthyThresholdCount
  • Using IntervalSeconds or TimeoutSeconds as threshold

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes