Awsbox: A DiY PaaS for Node.JS
hacks.mozilla.org
Awsbox: A DiY PaaS for Node.JS
1–10 of 20 posts
Re: Awsbox: A DiY PaaS for Node.JS
#2Re: Awsbox: A DiY PaaS for Node.JS
#3It would be great if it supports adding more instances (dynos?), balanced through ELB. And... worker instances. And... Some configuration management.
The potential is huge!
Re: Awsbox: A DiY PaaS for Node.JS
#4Looks like a great start, that's sth I've been waiting for a long time. It would be great if it supports adding more instances (dynos?), balanced through ELB. And... worker instances. And... Some configuration management. The potential is huge!
Re: Awsbox: A DiY PaaS for Node.JS
#5Some install notes for mesos, chronos, docker on EC2: https://gist.github.com/fizx/b50319b6576773a0841a. If anyone wants to hack around with me on this, my email's in my profile.
Re: Awsbox: A DiY PaaS for Node.JS
#6Looks like a great start, that's sth I've been waiting for a long time. It would be great if it supports adding more instances (dynos?), balanced through ELB. And... worker instances. And... Some configuration management. The potential is huge!
Re: Awsbox: A DiY PaaS for Node.JS
#7I'm really excited about the idea of building a generic DiY PaaS out of docker (for container management), mesos/chronos (for scheduling and allocation), and cloudformation (for auto-scaling and bootstrapping the cluster). I don't really want to do this as a business, but I think it could exist and be really nice. Some install notes for mesos, chronos, docker on EC2: https://gist.github.com/fizx/b50319b6576773a0841a…
Re: Awsbox: A DiY PaaS for Node.JS
#8Looks like a great start, that's sth I've been waiting for a long time. It would be great if it supports adding more instances (dynos?), balanced through ELB. And... worker instances. And... Some configuration management. The potential is huge!
Why not just EBS at that point?
Re: Awsbox: A DiY PaaS for Node.JS
#9Looks like a great start, that's sth I've been waiting for a long time. It would be great if it supports adding more instances (dynos?), balanced through ELB. And... worker instances. And... Some configuration management. The potential is huge!
Why not just EBS at that point?
If the former, it's in my opinion a question of what you're looking for. Here's my best response: https://hacks.mozilla.org/2013/05/introducing-awsbox-the-diy...
Re: Awsbox: A DiY PaaS for Node.JS
#10I'm really excited about the idea of building a generic DiY PaaS out of docker (for container management), mesos/chronos (for scheduling and allocation), and cloudformation (for auto-scaling and bootstrapping the cluster). I don't really want to do this as a business, but I think it could exist and be really nice. Some install notes for mesos, chronos, docker on EC2: https://gist.github.com/fizx/b50319b6576773a0841a…