Skip to content

Commit

Permalink
Merge pull request #225 from ddosify/aws_marketplace
Browse files Browse the repository at this point in the history
Update readme for aws marketplace
  • Loading branch information
fatihbaltaci authored Aug 14, 2023
2 parents 1c0806a + 8a7f082 commit ea9dd81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
curl -sSL https://raw.githubusercontent.com/ddosify/ddosify/master/selfhosted/install.sh | bash
```

<a href="https://aws.amazon.com/marketplace/pp/prodview-mwvnujtgjedjy" target="_blank"><img src="https://img.shields.io/badge/Available_on_aws_marketplace-FF9900?style=for-the-badge&logo=amazonaws&logoColor=white" alt="ddosify aws marketplace deployment" /></a>&nbsp;

## Ddosify Engine (Single node, usage on CLI): [More →](./engine_docs/README.md)
<p align="center">
<img src="https://imagedelivery.net/jnIqn6NB1gbMLXIvlYKo5A/68e07b5f-22a5-4244-5dc2-9d02bd2c9e00/public" alt="Ddosify - Engine" />
Expand Down
8 changes: 6 additions & 2 deletions selfhosted/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

This README provides instructions for installing and an overview of the system requirements for Ddosify Self-Hosted. For further information on its features, please refer to the ["What is Ddosify"](https://github.com/ddosify/ddosify/#what-is-ddosify) section in the main README, or consult the complete [documentation](https://docs.ddosify.com/concepts/test-suite).

<a href="https://aws.amazon.com/marketplace/pp/prodview-mwvnujtgjedjy" target="_blank"><img src="https://img.shields.io/badge/Available_on_aws_marketplace-FF9900?style=for-the-badge&logo=amazonaws&logoColor=white" alt="ddosify aws marketplace deployment" /></a>&nbsp;

## Effortless Installation

**Arm64 and Amd64 Support**: Broad architecture compatibility ensures the tool works seamlessly across different systems on both Linux and MacOS.
Expand All @@ -20,6 +22,8 @@ This README provides instructions for installing and an overview of the system r

**Easy to Deploy**: Automated setup processes using Docker Compose and Helm Charts.

**AWS Marketplace**: [AWS Marketplace](https://aws.amazon.com/marketplace/pp/prodview-mwvnujtgjedjy) listing for easy deployment on AWS (Amazon Web Services).


## 🛠 Prerequisites

Expand Down Expand Up @@ -109,7 +113,7 @@ NAME=ddosify_hammer_1
docker run --name $NAME -dit \
--network selfhosted_ddosify \
--restart always \
ddosify/selfhosted_hammer:1.0.0
ddosify/selfhosted_hammer:1.4.2
```

### **Example 2**: Adding the engine to a different server
Expand All @@ -126,7 +130,7 @@ docker run --name $NAME -dit \
--env DDOSIFY_SERVICE_ADDRESS=$DDOSIFY_SERVICE_ADDRESS \
--env IP_ADDRESS=$IP_ADDRESS \
--restart always \
ddosify/selfhosted_hammer:0.1.0
ddosify/selfhosted_hammer:1.4.2
```

You should see `mq_waiting_new_job` log in the engine container logs. This means that the engine is waiting for a job from the service server. After the engine is added, you can see it in the Engines page in the dashboard.
Expand Down

0 comments on commit ea9dd81

Please sign in to comment.