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"
}
$ 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"]}]'
