Skip to content

Is there a way to have it create the new task definition, but not update the service/trigger a deployment? #175

@richstokes

Description

@richstokes

That would be really helpful for those using ecs-deploy with AWS CodeDeploy.

Then we could use ecs-deploy to update the task revision, and then kick off the actual deployment in CodeDeploy.

Right now it still works/creates the new task revision, but will understandably error with An error occurred (InvalidParameterException) when calling the UpdateService operation: Unable to update task definition on services with a CODE_DEPLOY deployment controller. Use AWS CodeDeploy to trigger a new deployment.

If there was a flag to tell ecs-deploy to only update the task and not attempt to (re)deploy the service, it would be cleaner and open the tool up to folks using CodeDeploy.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions