amazon-ecs-deploy-task-definition
amazon-ecs-deploy-task-definition copied to clipboard
Add run-task-capacity-provider-strategy input
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.