Coder Social home page Coder Social logo

ecs-task-deploy's People

Contributors

antonfelich avatar greenkeeper[bot] avatar koresar avatar mikestead avatar mtribes-sdk-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ecs-task-deploy's Issues

Improvement: Add option to drop back to previous taskdef if update fails

Currently when you launch an update, if the new task fails to come up, or is brought down due to a failing health check, you can be in a situation where ECS service keeps trying to bring back up this failing task even though this deploy tool will have reported the failure.

To avoid this we should add option to rollback the service to the previous task def if the update fails.

Deploy fails when using secrets in task definition

ECS has a feature where it is possible to populate env variables from the ssm parameter store.
The task definition the looks kinda like this. https://docs.aws.amazon.com/AmazonECS/latest/developerguide/specifying-sensitive-data.html

{
  "containerDefinitions": [{
    "secrets": [{
      "name": "environment_variable_name",
      "valueFrom": "arn:aws:ssm:region:aws_account_id:parameter/parameter_name"
    }]
  }]
}

In order for secrets to work the property "executionRoleArn" must be set in the task definition but unfortately that property is not preserved by this script.

I opened a pull request to fix this. Would be great if it could be merged in since our deployments rely on this package. Thanks for making it <3

An in-range update of aws-sdk is breaking the build 🚨

Version 2.32.0 of aws-sdk just got published.

Branch Build failing 🚨
Dependency aws-sdk
Current Version 2.31.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As aws-sdk is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
Release Notes Release v2.32.0

See changelog for more information.

Commits

The new version differs by 2 commits .

  • 78b8b18 Updates SDK to v2.32.0
  • e6671c4 Add a means of specifying tags for s3.upload that applies to both single part and multipart uploads (#1425)

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.