My AWS web servers are not showing a request for example '42.26.32.120'
after running some athena queries
We are unable to identify the cause of the issue, as the IPs is not in any of the access logs Therefore, I am trying to find out where the request was lost.
I found some output against athena queries
SELECT * FROM alb_logs
WHERE client_ip= '42.26.32.120'
From the results this seems to indicate that after the new app launch ip haven't been able to connect?
Would that be behavior if clients had hard coded an old ALB IP address locally? For example, into their hosts file or into their organization wide internal DNS.
" if they had defined (client)the IP address as what it resolved at initially e..g currently load balancer is at 3.334.144.112
If someone changed their host file to have that resolve for test.com
and the IP changed could we still get logs somehow or what would their behavior be failed to resolve I presume and no logs?"
If the request just hung in ALB would it log it? e.g. if it couldn't find target machine, or if ALB was no longer around would we have logs in those cases?
Could anyone help me with this? Any sort of help would be appreciated.