Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Value Over ECS? #8

Closed
rjhintz opened this issue Oct 26, 2016 · 4 comments
Closed

Added Value Over ECS? #8

rjhintz opened this issue Oct 26, 2016 · 4 comments

Comments

@rjhintz
Copy link
Contributor

rjhintz commented Oct 26, 2016

It would be helpful to give some explanation of the added value of coldbrew over native ECS.

@WillLiu360
Copy link

agreed.

@d5
Copy link
Contributor

d5 commented Oct 27, 2016

This is basically an automation tool, and, I believe for many people, it can unlock:

  • faster access to ECS (jumpstart with little knowledge on AWS specifics)
  • low maintenance costs (most cases you don't even need AWS console or SDK)
  • less mistakes by removing boring repetitions
  • easier to integrate with CI (single binary executable and config file is all you need; also easier standardization)

I've been using ECS in many production projects for years. After trying several different approaches, use cases, and requirements, I saw some patterns that could be automated. And that's why I built this tool. Probably this is still early version, but, I've already used this tool for my last 2 backend services with no issues.

Hope this answered your questions?

Btw, as you said, it's a good idea to document this somewhere. Thanks!

@rjhintz
Copy link
Contributor Author

rjhintz commented Oct 27, 2016

@d5 Thanks for the clarification.

If you like, I'd do a simple pull request that will add what you said, with a little editing, to the README. Then we can close this. If you want to do it yourself, no problem.

@d5
Copy link
Contributor

d5 commented Oct 27, 2016

@rjhintz Sure!

@d5 d5 closed this as completed in 2e2703b Oct 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants