aws-actions/amazon-ecs-render-task-definition

Updating existing task definition

Closed this issue · 2 comments

My scenario:

I want to update task definitions with a new image (this use case). However, the task definition has more dynamic values in it across different deployments/environments.

Ideally, I'd use another action to query the current task definition then update the image then use the other action to deploy.

I can maybe use a custom AWS CLI action to query the definition but was just wondering if there was a different suggestion in mind for my issue.

Thanks for this!

I guess if I want to store the entire json in GitHub then I'd need a definition per app and environment. Then update just the image dynamically.

Just thinking outloud!

Nevermind, I see this was kind of answered here: #13