I want to configure JMeter for distributed testing in aws Ec2 instances. I followed the Jmeter manual still facing issues. Both Slave and Master are aws Ec2 instances. Both are from same region under same subnet. I have turned off firewall in both master and slave.I even diabled rmi ssl with this command server.rmi.ssl.disable=true, configured the remote host with slave ip on the master. before starting the execution i have launched the jmeter-server.bat on the aws slave. I tried to run a simple http request through slave and got the below given error.
Connection refused to host:<>; nested exception is: java.net.ConnectException: Connection timed out: connect
I have disabled firewall in both slave and master machines. JMeter & Java versions are the same. Is there a way to resolve this connection issue from master to slave through JMeter by running the test