@@ -26,7 +26,7 @@ This sample code is made available under a modified MIT license. See the LICENSE
2626
2727## Getting Started
2828
29- ### 1. Launch Solution
29+ ### Step 1. Launch Solution
3030
3131In this step you will launch the ` master ` CloudFormation stack that will create a Fargate Cluster, an ECR Docker registry, an IAM
3232Execution Role, a Task Definition, a CloudWatch Log Group, a Security Group, a new VPC, a CodeCommit repository, a CodePipeline
@@ -44,13 +44,13 @@ which creates the network configuration and subnets; The Fargate nested stack wh
4444and the Pipeline nested stack that creates the CodeCommit repository and the CodeBuild projects to build and run the
4545load tests in Fargate.
4646
47- ### 2. Clone this repository
47+ ### Step 2. Clone this repository
4848
4949``` bash
5050git clone https://github.com/aws-samples/distributed-load-testing-using-aws-fargate.git
5151```
5252
53- ### 3. Modify the load test scenario
53+ ### Step 3. Modify the load test scenario
5454
5555Configure your test scenario by editing the ` examples/http/taurus.yml ` file. The default example shown below runs a load test
5656for 5 minutes with 5 concurrent requests per second against https://aws.amazon.com with a ramp-up time of 1 minute.
@@ -70,7 +70,7 @@ scenarios:
7070
7171To learn more about the syntax of this file, check the Taurus docs: https://gettaurus.org/kb/Index.
7272
73- ### 4. Push to CodeCommit
73+ ### Step 4. Push to CodeCommit
7474
7575One of the resources that gets created when deploying this solution is a CodeCommit repository and a CodePipeline connected
7676to it. On every commit the pipeline will run automatically, build the load test scenarios into a Docker image and push
@@ -105,7 +105,7 @@ run the tests in the Fargate cluster. The pipeline should look like this:
105105
106106![ Pipeline] ( docs/pipeline.png )
107107
108- ### 5. Monitor the test execution
108+ ### Step 5. Monitor the test execution
109109
110110When the last step of the pipeline has finished successfully, it means that your load tests are now running on Fargate.
111111Go to the ECS Console to find your Fargate cluster, click on it and you should see 3 tasks running:
0 commit comments