
Answer-first summary for fast verification
Answer: HTTP 503
Overall explanation Correct option: HTTP 503 - HTTP 503 indicates 'Service unavailable' error. This error in ALB is an indicator of the target groups for the load balancer having no registered targets. Incorrect options: HTTP 500 - HTTP 500 indicates 'Internal server' error. There are several reasons for their error: A client submitted a request without an HTTP protocol, and the load balancer was unable to generate a redirect URL, there was an error executing the web ACL rules. HTTP 504 - HTTP 504 is 'Gateway timeout' error. Several reasons for this error, to quote a few: The load balancer failed to establish a connection to the target before the connection timeout expired, The load balancer established a connection to the target but the target did not respond before the idle timeout period elapsed. HTTP 403 - HTTP 403 is 'Forbidden' error. You configured an AWS WAF web access control list (web ACL) to monitor requests to your Application Load Balancer and it blocked a request.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A developer has recently finished setting up an Application Load Balancer (ALB) for a group of EC2 instances in their AWS environment. As part of their configuration, they are responsible for ensuring that traffic is properly distributed across these instances through the ALB. However, upon initiating the testing phase for this configuration, the developer notices an operational oversight: the target groups, which are essential for managing and routing traffic to specific instances, have not been linked to the ALB.
In this scenario, what error code is the developer likely to encounter in their debug logs?
A
HTTP 403
B
HTTP 500
C
HTTP 504
D
HTTP 503