ecs_composex icon indicating copy to clipboard operation
ecs_composex copied to clipboard

Manage, Configure and Deploy your services and AWS services and applications from your docker-compose definitions

Results 39 ecs_composex issues
Sort by recently updated
recently updated
newest added

It would be useful to have an option that would allow not to create the services stacks, but only create all the resources'. This way, I can decide to create...

enhancement

Currently the root stack does not output much useful information. For pipeline purposes, it might be useful to have some information about the nested stacks and services * output the...

enhancement

It'd be useful to have compose-x potentially synchronize or upload files to S3. If source file not found or any error, skip ```yaml x-s3_upload: files: path_to_source_file: bucket_name: key: ```

enhancement
s3

Recently, NLB support to have their own security groups. I'd like to have the ability/option to have a SG created for the NLB and have the Ingress Rules assigned to...

enhancement
x-elbv2

My team has a requirement to create an ingress role in an existing service, for a new service.

enhancement

**Is your feature request related to a problem? Please describe.** I noticed there is ability to define scaling based on `sqs` backlog. Unfortunately, that is currently missing from `kinesis` implementation...

enhancement
kinesis
autoscaling

Docker compose ports supports [port ranges](https://docs.docker.com/compose/compose-file/compose-file-v3/#ports) and so does ECS for `bridge` and `awsvpc` modes. Security Groups allow a FromTo range as well. Therefore it should be possible to support...

enhancement
network

Is there a convenient way to convert/scrape a cloudformation template to a yaml file to give to the ecs-composex command?

Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.6.2 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...

dependencies