Code Monkey home page Code Monkey logo

aws-sdk-utils's People

Contributors

jeffb4 avatar stell-aelsabbahy avatar

Stargazers

 avatar

Watchers

 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  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

Forkers

aelsabbahy

aws-sdk-utils's Issues

converge_stack does not pass parameters to stack

converge_stack does not pass parameters to stac,.update() and stack.create(). This causes an error to be thrown by the template if a default is not specified in the parameter declaration in the template.

Add option to block convergence using changesets

Get the changeset for an update stack call..... and if the resources that come back have a tag immutable=true, fail out

(try to parse the cfn json to see if the tag is there to make this relatively fast)

Overspecification in gemspec

This gem overspecifies dependencies in its gemspec, which leads to problems with consuming code (such as the stelligent/vpc repo)

Converge fails when there are no updates and stack is in UPDATE_ROLLBACK_COMPLETE state

When a stack is in UPDATE_ROLLBACK_COMPLETE state cfn_converge will always return a failed status.. even if there are no updates.

Steps to reproduce:

  • Converge a working stack (Stack v1)
    • This will result in CONVERGE_COMPLETE
  • Converge a broken stack (Stack v2)
    • This will result in UPDATE_ROLLBACK_COMPLETE since it failed to converge and it's rolled back to v1
  • Converge v1 stack again
    • This will result in "no updates needed" since stack is already v1, but cfn_converge will return an error due to status being UPDATE_ROLLBACK_COMPLETE

Possible fix: IF there are no updates AND state is =~ /COMPLETE/ consider that a success.

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.