I am having a weird problem currently. We follow ELB + Nginx + gunicorn + django for production.
So for some api's request is taking time from ELB to reach nginx. I dont know how this is possible. ELB and Nginx logs have been attached below.We are using M4.large machines for production. Further there is no surge queue on ELB.
ELB time
2016-11-23T02:31:55.756089Z 52.74.181.254:44708 172.31.18.32:80 0.000046
11.566721 0.000009 200 200 0 1219 GET
Nginx time
23/Nov/2016:02:32:08 +0000] "GET" 200 1231 "-"
0.664 0.664
Logs are of same request. Kindly help me if anyone has faced the same problem.
Thanks.