Deploy Kadeck using Amazon Elastic Container Service (ECS)

Deploy Kadeck using Amazon Elastic Container Service (ECS)

This article describes how to set up a container running Kadeck Teams using Amazon Elastic Container Service (ECS).
 
Please log into your AWS console. A user with permissions to create containers in Amazon ECS is required.

1. Create a task definition and specify the Docker image from the Docker Hub.  Please also note the specified ports for the KaDeck Web UI (80) and Postgres database (5432).



2. In the "Advanced container configuration" tab, enter the individual configuration parameters




3. Don't forget to give Kadeck enough CPU cores and memory, especially if you have many users. Read more about the requirements here​.



    • Related Articles

    • Connect to Amazon MSK

      This article describes how to connect Kadeck Teams and Kadeck Desktop to Amazon MSK. Important note: Connecting to Amazon MSK with Kadeck Teams is straight forward if Kadeck Teams is deployed inside the same VPC (e.g., as EC2 or ECS instance). Learn ...
    • Connect to Kinesis

      In this article, you will learn how to configure Amazon Web Services (AWS) and how to establish a connection from Kadeck to Amazon Kinesis. The article consists of two sections that build on each other: Create a user in Amazon Kinesis Add a ...
    • Deploy Kadeck using a Helm chart

      Kadeck can be deployed using a Helm chart. The helm chart is available in a repository here..
    • Configure a Kadeck cluster setup

      This article describes how to configure multiple Kadeck instances that run as a cluster. Define master nodes First define a list of master nodes. In this example, we will configure 3 Kadeck instances running as a minimum (to handle 2 simultaneous ...
    • Download Kadeck docker image for offline use

      Offline docker setup These are the steps to transfer the Kadeck Teams docker image to a server that runs docker without internet access: On a device with internet access: use docker save xeotek/kadeck:VERSION > kadeck.tar to save the file ...