terraform-aws-loadtest-distribuited icon indicating copy to clipboard operation
terraform-aws-loadtest-distribuited copied to clipboard

This module proposes a simple and uncomplicated way to run your load tests created with JMeter, TaurusBzt or Locust on AWS as IaaS.

Results 16 terraform-aws-loadtest-distribuited issues
Sort by recently updated
recently updated
newest added

Hi! i followed the steps but ive got this error: ![image](https://user-images.githubusercontent.com/82474601/200906354-3704e40f-342b-4988-b541-c357790250d1.png) ``` module "loadtest" { source = "marcosborges/loadtest-distribuited/aws" version = "0.4.0" name = "execution-name-jmeter-loadtest" executor = "jmeter" loadtest_dir_source = local.loadtest_dir_source...

On `aws_instance` resource, tags are not applied to its volumes. `volume_tags` should be added, too.

Hi, first off hope its okay to open a PR I recently had a need to use a more recent version of locust to perform my load tests I worked...

I am facing issue for jmeter with split data as below pi ![image](https://user-images.githubusercontent.com/23737818/190898418-2af928a8-91bf-474b-bb59-648792502d7c.png)

How do I pass user properties to jmeter node (Slaves) e.g., offset to start counter?

# Problem I have tried to reuse AWS resources after the first terraform apply. In a way running the apply command with this, `-var='locat_plan_filename="script1.py"'` , but the apply failed with...

Hi, Thanks for this project, it is great. An issue I have noticed, is that the Locust "leader" is listening on port 8080. Notice here `--web-port=8080` https://github.com/locustio/locust/blob/master/examples/terraform/aws/main.tf However the security...

If you use an SSH private key to connect to a remote server, the permissions on the private key should be 600. If permissions are too broad, SSH will refuse...

When testing Locust, it seemed to run into a problem where urllib3 wasn't compatible with the installed openssl version. The issue was fixed by upgrading from Amazon Linux 2 to...