You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 28, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: examples/elasticsearch/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ scripts in parallel.
36
36
37
37
In the case of your Elasticsearch cluster running behind a VPC, the easiest option would be run the Fargate Docker tasks
38
38
in the same VPC. So, follow **Step 4** just as described in the main [README](https://github.com/aws-samples/distributed-load-testing-using-aws-fargate/blob/master/README.md)
39
-
but use the CloudFormation template located in `cloudformation/main-with-existing-vpc.yml`. This template will let you
39
+
but use this CloudFormation template instead: [main-with-existing-vpc.yml](https://github.com/aws-samples/distributed-load-testing-using-aws-fargate/blob/master/cloudformation/main-with-existing-vpc.yml). This template will let you
40
40
choose the VPC and Subnets to place the Fargate cluster.
41
41
42
42
For this same reason, run the CloudFormation template in 1 region only and make sure to edit the `bin/runner.py` script
0 commit comments