How to do distributed stress testing using jmeter on aws windows ec2 instance

278 Views Asked by At

I am planning to run the jmeter script in aws cloud. I have installed jmeter in windows ec2 instance(rdp connction). Can some one explain the steps on how to do distributed stress testing ? How to connect slave and master nodes of ec2 windows instance? How to run distribut3d load testing using master and slave on aws windows ec2 instance?

Please give me a detailed explanation

1

There are 1 best solutions below

0
Dmitri T On

AWS EC2 instances don't really differ from any other machines. Just make sure to:

  1. Use public IPs, not the private ones or make sure that the instances are in the same VPC
  2. RMI ports which is used for communication between master and the slave(s) are open in Windows Firewall and AWS Security Groups

There is JMeter ec2 Script which automates configuration and setup

More information: