This repository was archived by the owner on Sep 28, 2022. It is now read-only.
Releases: aws-samples/distributed-load-testing-using-aws-fargate
Releases · aws-samples/distributed-load-testing-using-aws-fargate
v1.0
This release is not backwards compatible.
The code base has been refactored drastically. You no longer need to install Python, pip
, virtualenv
or Docker. The reason for this refactor was to make the setup much easier. The main changes are:
- 1-click button to Launch CloudFormation Stack
- Better documentation in README file
- No need to have Python or Docker
- No more use of the public DockerHub (although still possible if needed).
- Creates a private ECR Docker Repository
- Creates the CloudWatch Dashboard automatically
- CodePipeline to build and push docker images to Fargate
- No need to run
bin/runner.py
script locally, the pipeline will run it for you. - It now creates a CodeCommit repository to store your Load Test suite and run the CodePipeline on every commit.
Note Load Testing an endpoint that is not publicly accessible is no longer possible with this refactor. I need contributions to work this.
v0.2-beta
Refactored the project structure and added example to load test an Elasticsearch cluster.
v0.1-beta
This release has been tested successfully multiple times with simple Taurus scenarios to different targets. Will remove the beta label once we identify and track a real implementation of the project.