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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
###Load Testing an Amazon Elasticsearch Cluster
1
+
## Load Testing an Amazon Elasticsearch Cluster
2
2
3
3
This example assumes that your Elasticsearch cluster is behind a VPC and not exposed publicly to the internet. However,
4
4
either way is possible to test. Having it publicly accessible makes it even easier.
@@ -9,7 +9,7 @@ To start, follow all the instructions
9
9
in the main [README](https://github.com/aws-samples/distributed-load-testing-using-aws-fargate/blob/master/README.md),
10
10
except for **Step 2 and 4** in which you need to do the following changes instead.
11
11
12
-
####Instead of Step 2
12
+
### Instead of Step 2
13
13
Open the [Dockerfile](https://github.com/aws-samples/distributed-load-testing-using-aws-fargate/blob/master/Dockerfile)
14
14
in the root directory of the project and uncomment the elasticsearch instruction and comment out the http one. It should
15
15
look like this:
@@ -32,7 +32,7 @@ documents to be indexed in the cluster, while the consumer will issue *search* r
32
32
If you look at the `taurus.yml` file, you can see both scenarios specified, which means that Taurus will execute both
33
33
scripts in parallel.
34
34
35
-
####Instead of Step 4
35
+
### Instead of Step 4
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)
0 commit comments