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

Override task parameters at runtime #358

Open
jgard opened this issue Jul 23, 2024 · 2 comments
Open

Override task parameters at runtime #358

jgard opened this issue Jul 23, 2024 · 2 comments

Comments

@jgard
Copy link

jgard commented Jul 23, 2024

What feature do you want to see added?

This is reviving #184 that was closed as stale. I'd really like to see the feature implemented. The AWS API supports overriding a number of attributes on task launch like cpu, memory, ephemeralStorage. Currently if you want to manage ECS Task Definitions yourself (instead of letting this plugin manage them for you), you are forced to create a Task Definition and corresponding ECS plugin template for each permutation of these settings.

It would be great if you could both:

  • use a single ECS Task Definition with multiple templates/labels, each overriding the cpu, memory, ephemeralStorage as desired
  • use a single ECS Task Definition and single template/label, overriding the cpu, memory, ephemeralStorage as desired in the job as shown here.

Upstream changes

No response

Are you interested in contributing this feature?

No response

@MikeKroell
Copy link

I would love this as well.

@mlbitt
Copy link

mlbitt commented Jan 10, 2025

UP!

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

No branches or pull requests

3 participants