Master Slave load distribution in K6

Is there anything like master-slave load distribution in k6? I have multiple EC2 instances and I want to execute test cases by distributing the load across these instances. For example, test case 1, a load of 200 VU, distributes 100 on EC2_1 and 100 on EC2_2

If your script doesn’t have any thresholds and you don’t want a unified end-of-test summary, you can use execution segments, see:

1 Like