Ask HN: I did load test on AWS S3. Results are confusing

1 points by anandnair ↗ HN
I did a load testing on a static file hosted in S3. Performed 50K GET requests per second, over a minute.

When I used the http URL, it worked fine. 100% requests got HTTP OK status, and the avg response time was 15ms.

When I tried https URL, it couldn't go beyond 20K req/second, after which the requests are getting timed out.

What could be the reason? Does anyone know how many req/second can a static file hosted on S3 handle?

2 comments

[ 1.8 ms ] story [ 11.0 ms ] thread
Would this not likely be the TLS handshake slowing you down?