briandilley / ebs-deploy

Python based command line tools for managing Amazon Elastic Beanstalk applications.
MIT License
82 stars 29 forks source link

Zero-downtime deployment - delay before terminating? #6

Closed adamfeuer closed 10 years ago

adamfeuer commented 10 years ago

Brian,

Cool software. We're using it to do ZDT deployments to AWS Elastic Beanstalk. Thank you!

Would you be interested in a pull-request that added an optional delay parameter to the ZDT command? We'd like to wait some time before terminating the old instance, to give clients that are caching the CNAME/IP address time to get the new IP address.

Let me know if that sounds ok, and I'll submit a pull request.

briandilley commented 10 years ago

sounds good, send the pull request on over.

glad to hear it's working for you guys.

adamfeuer commented 10 years ago

Thanks, will do that later today.