Deploy Kadeck using Amazon Elastic Container Service (ECS)
This article describes how to set up a container running Kadeck Teams Enterprise 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 container image. Please also note the specified ports for the Kadeck Web UI (80) and Postgres database (5432).

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
ECS Quickstart
Kadeck is available as a containerized application via AWS Marketplace. This guide provides instructions for deploying Kadeck using Amazon ECS (Elastic Container Service). Deployment of Kadeck (Starter S1) on Amazon ECS Prerequisites An active AWS ...
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..
Using Placeholders in Apache Kafka and Amazon Kinesis connections
When configuring connections to Apache Kafka or Amazon Kinesis, you can use environment variable placeholders to dynamically insert sensitive or environment-specific values (e.g., credentials, file paths, or hostnames). This feature is supported both ...