
Answer-first summary for fast verification
Answer: HTTP 503: Service unavailable
Overall explanation Correct option: HTTP 503: Service unavailable The Load Balancer generates the HTTP 503: Service unavailable error when the target groups for the load balancer have no registered targets. Incorrect options: HTTP 500: Internal server error HTTP 502: Bad gateway HTTP 504: Gateway timeout
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
To ensure that our system can effectively handle web traffic, a developer recently set up a new Application Load Balancer using AWS services. However, after configuring the Application Load Balancer, the developer did not register any targets, such as EC2 instances, into the associated target groups. This omission is critical, as the Load Balancer relies on these targets to route incoming traffic to the appropriate destinations.
Given this scenario, which of the following error messages is likely to be generated by the Application Load Balancer due to the absence of registered targets in its target groups?
A
HTTP 502: Bad gateway
B
HTTP 504: Gateway timeout
C
HTTP 500: Internal server error
D
HTTP 503: Service unavailable
No comments yet.