An application running on Amazon EC2 instances behind an Application Load Balancer (ALB) is experiencing intermittent 503 errors. The EC2 instances are in an Auto Scaling group. What is the MOST likely cause?
If health checks fail, the ALB stops routing traffic to those instances, causing 503 errors.
Why this answer
Option C is correct because an unhealthy target is the most common cause of 503 errors with ALB. Option A is wrong because DNS resolution happens at the client side, not at the ALB. Option B is wrong because SSL certificate issues cause 502 errors.
Option D is wrong because security group rules affect connectivity, not HTTP status codes.