Skip to content

wkm2/locust_terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

locust_terraform

Architecture

locust_architecture

Setting

Replace the locust_dashboard_client_ip variable in locustfile.py with your global IP

variable "locust_dashboard_client_ip" {
  default = "xxx.xxx.xxx.xxx/xx"
}

Deploy

$ terraform apply
$ aws ssm send-command --document-name "locust-master-command" --targets '[{"Key":"tag:Name","Values":["locust-master"]}]'
$ aws ssm send-command --document-name "locust-worker-command" --targets '[{"Key":"tag:aws:autoscaling:groupName","Values":["locust-worker"]}]'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published