I am rather new to Fabric but I started working with it in order to automate the execution of load tests.
I use Locust for load testing my apps but since i test with over 100k CCU this requires multiple slaves.
I've used boto3 to automate the EC2 instances creation and that work perfectly, but unfortunately i've run into a problem when trying to use fabric to deploy the Locust agent and then run it automatically on all machines.
Bad part is that since Fabric waits from a response when running Locust in distributed mode it only connects one Slave and then hangs (since no response is ever received).
Can you please help me with any suggestions regarding this issue? Did anyone have this issue and managed to fix it?
Thank you in advance.