
Ultimate access to all questions.
An application in AWS, placed behind an Application Load Balancer (ALB), requires access to the client's IP address for processing. The current setup masks the client IP with the same address. What is the cost-effective solution to retain client IP visibility while maintaining scalability?
A
Remove the ALB and configure Route 53 for direct instance traffic.
B
Replace the ALB with a Classic Load Balancer using HTTP for traffic direction.
C
Update application code to utilize the X-Forwarded-For header for client IP extraction.
D
Implement a custom header solution for client IP address transmission between the client and application.