Bird
0
0

Your Auto Scaling group is attached to an ELB, but instances remain in the 'OutOfService' state in the ELB console. What is the first setting you should verify?

medium📝 Debug Q7 of 15
AWS - Auto Scaling
Your Auto Scaling group is attached to an ELB, but instances remain in the 'OutOfService' state in the ELB console. What is the first setting you should verify?
AThe health check configuration on the ELB matches the health check settings on the Auto Scaling group.
BThe Auto Scaling group has the correct IAM role attached.
CThe instances have the latest AWS CLI installed.
DThe ELB is configured to use cross-zone load balancing.
Step-by-Step Solution
Solution:
  1. Step 1: Understand 'OutOfService' status

    Instances are marked 'OutOfService' if they fail ELB health checks.
  2. Step 2: Check health check settings

    Mismatch between ELB and Auto Scaling health checks can cause failures.
  3. Final Answer:

    Verify ELB and Auto Scaling group health check configurations match. -> Option A
  4. Quick Check:

    Health check mismatch causes 'OutOfService' [OK]
Quick Trick: Match ELB and Auto Scaling health checks first [OK]
Common Mistakes:
MISTAKES
  • Assuming IAM role affects instance health
  • Believing AWS CLI version impacts ELB status
  • Confusing cross-zone load balancing with health checks

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes