I want to set up load testing environment using JMeter and my local machine as a client and some AWS Ubuntu instances as servers. I followed almost every article and answers like this Setting up JMeter for Distributed testing in AWS with connectivity issues and youtube tutorial but I get different exceptions every time. Can someone describe clearly step by step how to do that?
also, I can't find a clear answer to these questions:
Which changes needed only in the jmeter.properties on the server-side or only on the client-side and which changes needed on both sides?
Do I need to change firewall config to allow some ports?
Will the client machine run part of the tests or not?