Graças ao l1x, encontrei a resposta no fórum da Comunidade de desenvolvedores da AWS.
It sounds like what is happening is that the connection is timing out.
If there is no data written or read on the connection to the loadbalancer in 60 seconds the connection is closed.
You could send some sort of heartbeat data to the socket periodically to avoid the connection from being closed. What kind of requests are you performing that take longer than 60 seconds and do not send/receive any data?
De acordo com o segmento de discussão, os engenheiros da AWS estão investigando esse problema. Talvez o tempo limite seja configurável no futuro próximo.
Por enquanto, vou tentar a solução de heartbeat.