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

Registers an Amazon ECS task definition and deploys it to an ECS service.

Results 73 amazon-ecs-deploy-task-definition issues
Sort by recently updated
recently updated
newest added

Can we have update docker image using ecs github action.

The GitHub action will periodically fail, but succeed in some cases. The error on the GitHub Action page is: `Error: Resource is not in the state servicesStable` This is the...

The logs show that my workflow is failing because my service is missing, but the pawebapp-service is currently running and the status is active. Could there be a problem with...

Use case - Task definitions are managed by Terraform, we do not want the taskdef version to be updated from Github actions. It's like a force deployment of latest version...

# Problem statement Right now, this action only waits for service stabilization (without regard to how that happens or what deployment actually becomes stable) With the new [deployment circuit breaker](https://aws.amazon.com/blogs/containers/announcing-amazon-ecs-deployment-circuit-breaker/)...

feature-request

It would be really useful to be able to have the log configuration and subsequently the task execution role (to be able to perform logging tasks) as input.

I'm using the render & deploy actions provided by github.com/aws-actions. The only thing missing is an option to run a one-off task _after_ registering the new task definition and _before_...

feature-request

*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Is there any way to use another version than the latest (v.1) in our workflow? Thanks in advance!

Looking at the code, I see you use `codedeploy.createDeployment` function which doesn't doesn't allow for tagging task that'll be created like we can do with `ecs.runTask`...is there a possible approach?