I'm experiencing a very weird behavior of the AWS Classic Load Balancer. From time to time, for no apparent reason, some requests to the load balancer randomly fail.
I saw 3 requests to the same url in the Chrome console.
But the third failed. For some reason the "Remote Address" part is not there:
The app keeps trying to send the request, it fails a few times and then it succeeds.
That happens only for some users for some time (never for the same users and never at the same time) and then it all goes back to normal. It happens for users in different networks and countries.
I checked the CLB logs and I can see the first two requests there but not the third. I contacted AWS support but they have no clue of what is happening. They asked me to run tcpdump on the machine next time it happens and send them the .cap file.
The fact that the "Remote Address" part is not there makes me think it is a DNS issue but I don't see how this makes sense given that it was working a few seconds/minutes before and it starts working again a few seconds/minutes later