amazon-ecs-deploy-task-definition icon indicating copy to clipboard operation
amazon-ecs-deploy-task-definition copied to clipboard

[New Feature]: separate wait-for-minutes property for run-task

Open blimmer opened this issue 10 months ago • 0 comments

Feature Description

Today, run-task and service update reuse the same wait-for-minutes parameter. I think there should be a separate parameter, run-task-wait-for-minutes parameter that overrides wait-for-minutes when set.

Problem Statement

A very common use case for run-task is to run migrations before an ECS service is updated. In my case, I want to allow a different amount of time for migrations compared to how long I wait for service stability.

Today, I only have a single lever for this.

Alternatives Considered/ Work-arounds

  • Don't use run-task and use the AWS CLI myself

Willingness to Contribute

Yes

blimmer avatar Mar 07 '25 16:03 blimmer