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

I would love to see support for Tasksets, this will allow the external controller to be used, and that's actually what we are doing by using Github Actions. exampe Jenkins:...

Hi! we use task definitions to deploy many services, but at the moment when the task definition is deployed, each service has a different version of it, we expect that...

Bumps [@aws-sdk/client-ecs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ecs) from 3.594.0 to 3.600.0. Release notes Sourced from @​aws-sdk/client-ecs's releases. v3.600.0 3.600.0(2024-06-18) Chores credential-provider-node: fix readme typo (#6180) (a2f25e32) Documentation Changes s3-request-presigner: add in getSignedUrl example with and...

dependencies

Bumps [@aws-sdk/client-codedeploy](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-codedeploy) from 3.598.0 to 3.600.0. Release notes Sourced from @​aws-sdk/client-codedeploy's releases. v3.600.0 3.600.0(2024-06-18) Chores credential-provider-node: fix readme typo (#6180) (a2f25e32) Documentation Changes s3-request-presigner: add in getSignedUrl example with and...

dependencies

I have my react application running on ECS which is connected to ALB for the unique URL. Now whenever my code changes are pushed to GitHub, I run a particular...

Related to #113 I'd like to specify deployment-configuration options, to basically achieve the same I can do with AWS CLI: ``` aws ecs update-service --cluster EcsCluster --service Service --task-definition task-def...

When running the action I get: Run aws-actions/amazon-ecs-deploy-task-definition@v1 (node:1621) NOTE: The AWS SDK for JavaScript (v2) will enter maintenance mode Could we please have it upgraded to use the AWS...

The YAML provided shows these two lines, but no instructions on what should be done to create these roles. Please advise. Thanks. "Resource":[ "arn:aws:iam:::role/", "arn:aws:iam:::role/" ]

![image](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/assets/52813408/f6932130-3e0f-43b0-a8a0-931348d64eb4) i use github action to deploy dotnet8 to aws ecs, but meet some errors, and the step's codes as follows: ``` - name: Deploy Amazon ECS task definition uses:...

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.1 to 1.11.1. Changelog Sourced from @​actions/core's changelog. 1.11.1 Fix uses of crypto.randomUUID on Node 18 and earlier #1842 1.11.0 Add platform info utilities #1551 Remove dependency...

dependencies