amazon-ecs-deploy-task-definition
amazon-ecs-deploy-task-definition copied to clipboard
Registers an Amazon ECS task definition and deploys it to an ECS service.
**Describe the bug** The GitHub Actions workflow is generating a deprecation warning due to the use of Node.js 16. GitHub Actions now requires the use of Node.js 20, as Node.js...
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1369.0 to 2.1585.0. Release notes Sourced from aws-sdk's releases. Release v2.1585.0 See changelog for more information. Release v2.1584.0 See changelog for more information. Release v2.1583.0 See changelog...
Bumps [yaml](https://github.com/eemeli/yaml) from 2.3.1 to 2.4.1. Release notes Sourced from yaml's releases. v2.4.1 cst: Do not drop trailing newline after line comment in block-map if followed by unindented block-seq value...
Hi Team, it would be great to have DesiredCount support during deployment. https://docs.aws.amazon.com/cli/latest/reference/ecs/update-service.html `--desired-count`
*Issue #, if available:* *Description of changes:* Allows to overwrite the desired deployment configuration for CodeDeploy By submitting this pull request, I confirm that you can use, modify, copy, and...
*Issue #, if available:* From AWS SDK for JavaScript v2 [README](https://github.com/aws/aws-sdk-js): > We are formalizing our plans to make the Maintenance Announcement (Phase 2) for AWS SDK for JavaScript v2...
*Issue #*: https://github.com/aws-actions/amazon-ecs-deploy-task-definition/issues/299 *Description of changes:* Currently, the action creates new task definitions, which can result in desynchronization with configurations managed by tools like Terraform. With this update, users now...
The description for the "service" param states: > "The name of the ECS service to deploy to. The action will only register the task definition if no service is given."...
This is an important ability, and while I can do it via the aws-cli, it would be perfect to continue using only this action (and probably easy to add to...
*Description of changes:* Added conditional logic to support both direct task definition ARN *or* task definition files in ECS task registration. With this enhancement, you will be able to create...