Ecs-composex

Latest version: v1.1.6

Safety actively analyzes 723625 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 6

0.2.1

==================

Code refactored to allow a better way to go over each template and stack so everything is treated in memory
before being put into a file and uploaded into S3.

* Issues closed
* Docs update and first go at IAM perms (`22`_)
* Refactor of XModules logic onto ECS services (`39`_)
* Templates & Stacks refactor (`38`_)
* Update issue templates for easy PRs and Bug reports
* Added `make conform` to run black against the code to standardize syntax (`26`_)
* Allow to specify directory to write all the templates to in addition to S3. (`27`_)
* Reformatted with black (`25`_)
* Expand TagsSpecifications with x-tags (`24`_)
* Bug fix for root template and Cluster reference (`20`_)

Documentation structure and content updated to help navigate through modules in an easier way.
Documented syntax reference for each module

New features
-------------

* `6`_ - Implement x-rds. Allows to create RDS databases with very little properties needed
* Creates Aurora cluster and DB Instance
* Creates the DB Parameter Group by importing default settings.
* Creates a common subnet group for all DBs to run into (goes to Storage subnets when using --create-vpc).
* Creates DB username and password in AWS SecretsManager
* Applies IAM permissions to ECS Execution Role to get access to the secret
* Applies ECS Container Secrets to the containers to provide them with the secret values through Environment variables.

0.1.3

==================

A patch release with a lot of little features added driven by the writing up of the blog to make it easier to have in
a CICD pipeline.

See overall progress on `GH Project`_

Issues closed
--------------

* `Issue 14 <https://github.com/compose-x/ecs_composex/issues/14>`_
* `Issue 15 <https://github.com/compose-x/ecs_composex/issues/15>`_

0.1.2

==================

Patch release aiming to improve the CLI and integration of the Compute layer so that the compute resources creation
in EC2 are standalone and can be created separately if one so wished to reuse.

Issues closed
-------------

`Issue <https://github.com/compose-x/ecs_composex/issues/7>`_ related to the fix.

`PR <https://github.com/compose-x/ecs_composex/pull/8>`_ related to the fix.

0.1.1

==================

Added tags definition from Docker ComposeX with the x-tags which allows to add tags
to all resources that support tagging from AWS CFN

.. code-block:: yaml

x-tags:
- name: TagA
value: SomeValue
- name: CostcCentre
value: IamNotPayingForThis
- name: Some:Special:Key
value: A long weird value

or alternatively in an object/dict format

.. code-block:: yaml

x-tags:
TagA: ValueA
TagB: ValueB

0.1.0

==================

* First release on PyPI.
* Working VPC + Cluster + Services
* Working expansion of existing Cluster with new VPC
* Working expansion of existing VPC and Cluster with new services
* IAM working to allow services access to SQS queues
* SQS Queues functional with DLQ
* Works on Python 3.6, 3.7, 3.8
* Working start of build integration in CodeBuild for automated testing


.. _GH Project: https://github.com/orgs/lambda-my-aws/projects/3

.. _22: https://github.com/compose-x/ecs_composex/issues/22
.. _39: https://github.com/compose-x/ecs_composex/issues/39
.. _38: https://github.com/compose-x/ecs_composex/issues/38
.. _27: https://github.com/compose-x/ecs_composex/issues/27
.. _26: https://github.com/compose-x/ecs_composex/issues/26
.. _25: https://github.com/compose-x/ecs_composex/issues/25
.. _24: https://github.com/compose-x/ecs_composex/issues/24
.. _20: https://github.com/compose-x/ecs_composex/issues/20
.. _6: https://github.com/compose-x/ecs_composex/issues/6

Page 6 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.