Installation

Deploy to your AWS Account

Region

Lambda Layer based Macro

Docker based Macro

us-east-1

LAYER_US_EAST_1

DOCKER_US_EAST_1

eu-west-1

LAYER_EU_WEST_1

DOCKER_EU_WEST_1

Stable release

From Pip

To install ECS-Compose-X, run this command in your terminal:

$ pip install ecs_composex

This is the preferred method to install ECS-Compose-X, as it will always install the most recent stable release.

If you don’t have pip installed, this Python installation guide can guides you through the process.

From sources

The sources for ECS-Compose-X can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/lambda-my-aws/ecs_composex

Or download the tarball:

$ curl -OJL https://github.com/lambda-my-aws/ecs_composex/tarball/master

Once you have a copy of the source, you can install it with:

$ python setup.py install