Skip to content

Commit

Permalink
feat(ecs): Support specifying revision of task definition (#27036)
Browse files Browse the repository at this point in the history
If using CodePipeline EcsDeployAction without using the CODE_DEPLOY deployment controller, future deployments of an ECS service will revert the task definition to the task definition deployed by CloudFormation, even though the latest active revision created by the deploy action is the one that is intended to be used. This provides a way to specify the specific revision of a task definition that should be used, including the special value `latest` which uses the latest ACTIVE revision.

Closes #26983.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
luxaritas committed Dec 14, 2023
1 parent b8b6baf commit de0d77b
Show file tree
Hide file tree
Showing 14 changed files with 2,266 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit de0d77b

Please sign in to comment.