- Backend API Gateway Public IP
- Frontend Load Balancer Public IP
- Create a firewall rule that accepts requests from public
Inside `load-generator` directory
- Create a virtual environment for python
python -m venv ENV
- Run
pip install -r requirements.txt
cd
intobackend-load-gen
- Run
locust
- Enter API Gateway IP as host and add your test values (e.g. 1000 users 15 ramp up)
Inside `load-generator` directory. (Assuming you created virtual environment above)
-
Create a virtual environment for python
-
cd
intofrontend-load-gen
-
Run
locust
-
Enter Load Balancer IP as host and add your test values (e.g. 1000 users 15 ramp up)