Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple containers per template / Override task definition in pipeline #367

Open
mlbitt opened this issue Jan 10, 2025 · 0 comments
Open

Comments

@mlbitt
Copy link

mlbitt commented Jan 10, 2025

What feature do you want to see added?

I have a scenario where I need a job to deploy two containers simultaneously in my ECS cluster and then run some scripts. Initially, I considered using a pre-created task definition and inheriting its settings. However, I realized that its attributes (such as CPU, memory, environment variables, etc.) don't change when overriding them in the pipeline.

Next, I thought about using templates, which can be overridden during the pipeline execution. However, to the best of my knowledge, only one container can be specified in the template, also I'm unsure if the image can be pulled from ECR, which is the method I use in my task definition.

It would be really helpful if one of these missing features could be implemented!

If anyone has encountered a similar case, I would greatly appreciate any workaround suggestions :)

Upstream changes

No response

Are you interested in contributing this feature?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant