Settings

Theme

Ask HN: What cloud automation platform do developers prefer?

4 points by morpheyesh 10 years ago · 12 comments · 1 min read


There are quite a few automation platforms which help you deploy application on the cloud and test it real-time. Services like containership, elasticbox has got plethora of language/framework support and a good market place. But I am yet to find a good git based deployment system.

I do use containers to quickly setup services, but I still don't see a great git based deployment tool that I can quickly use to test my application during development.

Is there any good platform out there?

Would you mind paying $15 or so for such a platform which provides single click git based deployment on AWS or DO and supports all languages/framework and services?

Your thoughts?

onion2k 10 years ago

I use Codeship to take code from BitBucket, test it, and push it to a host when something is merged in. I'm very happy with it. (The only annoying thing is that I need to whitelist the entire IP range of AWS's East Coast region on anything that my deployments do that requires IP based security.)

  • morpheyeshOP 10 years ago

    Dont you think CodeShip is a bit expensive? Also, I am keen on platform that works well with teams.

    • moritzplassnig 10 years ago

      Codeship founder here, would love to get more feedback. What's your use case / team size? What price would be right?

      • morpheyeshOP 10 years ago

        Actually your org/team is similar to github structure which makes sense. How many users have you got? I think the pricing is a bit too high. Using containers only for all heavy lifting I presume.. :)

      • morpheyeshOP 10 years ago

        I am actually liking codeship. Let me try and push it to my team too.. \o/

nibs 10 years ago

I am not sure I completely understand what this would look like from the description, but I have git-based deployment using Heroku. Features are developed in off-master branches, and then when you push to master, Heroku compiles from that and runs it in production. I like it.

  • morpheyeshOP 10 years ago

    yes, heroku is good. But I am talking about using my own cloud providers. Like DO or AWS.

    • badri 10 years ago

      You can try Convox. Seems to have all the stuff offered by Heroku, plus you can deploy in your own AWS servers.

      • morpheyeshOP 10 years ago

        Will give it a shot. I previously tried convox, UI wasnt that great. Its a FOSS though.

badri 10 years ago

Platform.sh is good, but it does not let you use your own servers for deployment.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection