Ultimate access to all questions.
Which AWS load balancer configuration supports HTTP/HTTPS and enables access to client IP addresses?
Explanation:
The correct answer is A. An Application Load Balancer (ALB) operates at the application layer (Layer 7) of the OSI model and supports HTTP/HTTPS traffic. It adds the X-Forwarded-For header to the request as it forwards it to the target, which contains the original client's IP address. This allows the application behind the ALB to access the client IP addresses.