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

Add run-task-capacity-provider-strategy input

Open stenlarsson opened this issue 1 year ago • 0 comments

When you use cluster auto scaling, you must specify capacityProviderStrategy and not launchType (as mentioned in the RunTask documentation). Unfortunately this is currently not possible to configure when running a one-off task with this action.

Issue #, if available:

None

Description of changes:

This adds a new input run-task-capacity-provider-strategy which takes a JSON array of capacity provider strategy items. When this is specified, run-task-launch-type will not be applied.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

stenlarsson avatar Oct 17 '24 08:10 stenlarsson