I am trying to connect apache jmeter with amazon EC2, I have configured Jmeter in the amazon instance. I followed Setting up JMeter for Distributed testing in AWS with connectivity issues in order to configure Jmeter. At the client, I edited jmeter.properties and set remote_hosts parameter with public DNS, then when I try to remotely connect with amazon instance it gives me following error:
Connection refused to host: abc.compute.amazonaws.com; nested exception is: java.net ConnectException: Connection timeout:connect
Where am I going wrong? Kindly assist me