Load-testing S3 and DocumentDB with Apache Bench under controlled AWS conditions
Environment
Cloud provider: AWS
Instance type: t3.medium (2 vCPU, 4 GB RAM)
Runtime: Python 3.7, Flask, Guniconr with gevent worker class
Process model: 8 workers × 16 threads each
Port: 5001
gunicorn main:app \
-k gevent \
-w 8 \
--threads 16 \
--bind :5001 \
--timeout 3600 \
--keep-alive 65 \
--log-level info \
--access-logf ...
Posted on Thu, 07 May 2026 21:20:19 +0000 by aamirshah