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

Hello, I am trying to setup CI/CD for an ECS cluster and I am getting the following error when trying to deploy the ecs task definition. To my eyes it...

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.9.1. Changelog Sourced from @​actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...

dependencies

Just noticed the following warnings started coming back _(worked before)_ ``` Deploy new ECS task definition Deployment started. Watch this deployment's progress in the Amazon ECS console: https://console.aws.amazon.com/ecs/home?region=***#/clusters/stage/services/stage-web/events Run aws-actions/amazon-ecs-deploy-task-definition@v1...

#274 Adds 'runtimePlatform' to list of ignored task definition attributes.

How can I troubleshoot why the deploy is taking incredibly long all of a sudden? my task definition ``` { "ipcMode": null, "executionRoleArn": "arn:aws:iam::185944984862:role/ecsTaskExecutionRole", "containerDefinitions": [ { "dnsSearchDomains": null, "environmentFiles":...

guidance

*Issue #, if available:* #54 *Description of changes:* This adds the ability to run tasks outside of a service, either standalone or as an init task. This borrows a lot...

I have force-new-deployment set to true, but in bursts of deployments, I'd expect an active CodeDeploy deployment to stop the active deployment and start a new one. Is that wrong?...

When a new task definition is created it might be a good idea to allow marking the last one (or the one before the last one to allow rollback) as...

feature-request

It looks like the task definition json returned `describe-task-definition` now contains the `runtimePlatform` attribute. This is causing builds to break in workflows that fetch the task definition and then mutate...

Looking to deploy an ECS Fargate task with ECS Exec enabled so I can remotely explore inside the container using AWS CLI as described [Here](https://aws.amazon.com/blogs/containers/new-using-amazon-ecs-exec-access-your-containers-fargate-ec2/)