Live data from Hacker News

Convox – Launch a Private Cloud in Minutes

convox.com

1–10 of 118 posts

Re: Convox – Launch a Private Cloud in Minutes

#3
Hello! I'm part of the Convox core team and happy to answer any questions.

Convox is an app deployment platform that you can install into your own AWS account. It uses ECS, ELB, Kinesis, and many other great AWS services under the hood but automates it all away to give you a deployment experience even easier than Heroku.

Convox uses Docker under the hood so if you want to customize anything (distro, dependencies, etc) you can simply add a Dockerfile to your project.

Convox is entirely open source. Check it out at https://github.com/convox

To get started with our installer go to: http://docs.convox.com/docs/getting-started-with-convox

Re: Convox – Launch a Private Cloud in Minutes

#7
post #6

Sounds like Deis: - http://deis.com/ - https://github.com/deis/deis

It is similar to Deis in goals but it differs substantially in implementation. Because Convox runs on AWS we can rely on stable and scalable services only available on that platform such as ELB and DynamoDB. Deis uses its own internal Postgres and implements a custom load balancer, scheduler, etc. We believe using the hosted services will help you keep your operational costs down over time.

Re: Convox – Launch a Private Cloud in Minutes

#9
post #3

Hello! I'm part of the Convox core team and happy to answer any questions. Convox is an app deployment platform that you can install into your own AWS account. It uses ECS, ELB, Kinesis, and many other great AWS services under the hood but automates it all away to give you a deployment experience even easier than Heroku. Convox uses Docker under the hood so if you want to customize anything (distro, dependencies, etc…

Can Convox do non-internet-facing services? i.e. private internal services not routable from outside the VPC?

Re: Convox – Launch a Private Cloud in Minutes

#10
post #3

Hello! I'm part of the Convox core team and happy to answer any questions. Convox is an app deployment platform that you can install into your own AWS account. It uses ECS, ELB, Kinesis, and many other great AWS services under the hood but automates it all away to give you a deployment experience even easier than Heroku. Convox uses Docker under the hood so if you want to customize anything (distro, dependencies, etc…

Looks interesting! How is ECS working out so far for you?

And what's your minimum per-application cost for single-container Docker web app with SSL?

Post reply on HN