https://github.com/compose-x/ecs_composex-msk_cluster
x-msk_cluster ECS Compose-X extension package
https://github.com/compose-x/ecs_composex-msk_cluster
aws aws-ecs aws-msk compose-x kafka
Last synced: about 1 month ago
JSON representation
x-msk_cluster ECS Compose-X extension package
- Host: GitHub
- URL: https://github.com/compose-x/ecs_composex-msk_cluster
- Owner: compose-x
- License: mpl-2.0
- Created: 2022-04-24T10:24:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-11T02:38:55.000Z (4 months ago)
- Last Synced: 2026-04-30T06:39:44.262Z (about 1 month ago)
- Topics: aws, aws-ecs, aws-msk, compose-x, kafka
- Language: Python
- Homepage: https://msk-cluster.docs.compose-x.io/index.html
- Size: 440 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
- Agents: AGENTS.md
Awesome Lists containing this project
README
.. meta::
:description: ECS Compose-X MSK Cluster
:keywords: AWS, ECS, docker, compose, MSK, kafka
================
msk_cluster
================
.. image:: https://img.shields.io/pypi/v/ecs_composex_msk_cluster.svg
:target: https://pypi.python.org/pypi/ecs_composex_msk_cluster
This package is an extension to `ECS Compose-X`_ that manages Creation of new MSK clusters and automatically links
to services to grant access and permissions.
Install
==========
.. code-block:: bash
python3 -m venv venv
source venv/bin/activate
# With poetry
pip install pip poetry -U
poetry install
# Via pip
pip install pip -U
pip install ecs-composex-msk-cluster
Syntax Reference
==================
.. code-block:: yaml
x-msk_cluster:
Properties: {}
Lookup: {}
Settings: {}
Services: {}
`Full documentation `_
Examples can be found in ``use-cases`` in this repository.
.. _ECS Compose-X: https://docs.compose-x.io
.. _Properties for MSK Cluster: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html