Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
Not seeing any HTTPCode_Backend Response on the Classic Load Balancer logs
0
Hello,
I have a classic LB with TCP 443 port forwarding to my backend instances, where I have SSL certificate configured on IIS.
IIS logging is enabled.
When deliberately hitting some URLs with wrong parameters, I get 403 errors from IIS, but I do not see any HTTPCode_Backend in teh CLoudwatch
I don't see it in the Athena when trying to analyze the ELB logs either.
elb_repsonse_code and backend_response_code in Athena are both empty.
Can anyone point me in the troubleshooting direction?>
이 답변이 도움이 되었나요?커뮤니티가 여러분의 지식을 활용할 수 있도록 정답을 찬성하세요.
0
Ok, figured it out.
Looks like my only option to have the HTTPBackend_response_2xx/3xx/4xx/5xx in the cloudwatch metrics is to switch to HTTPS listener, instead of TCP:443.