An open API service indexing awesome lists of open source software.

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

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