Viewing profile — ddollar
ddollar
HN member- Joined
- Thu, Oct 29, 2009, 7:50 PM UTC
- HN karma
- 140
- Public activity
- 57 items
- HN profile
- View on Hacker News ↗
About ddollar
Recent public activity
- comment
-
comment
Comment #13760162
If you're looking for the simplicity of Heroku but want to run on raw AWS check out Convox. It's open source and free to try. https://convox.com Disclosure: I'm one of the cofounde…
- story
-
comment
Comment #12271283
We've got some changes coming along these lines. Looks like we might also be able to use CloudFront for hostname routing.
-
comment
Comment #11666114
This is a really great point. So far our strategy for this has been to build containers that mock various AWS services locally. This approach is still a bit experimental but please…
-
comment
Comment #11664197
We picked Rack because we like the conceptual analogy. The naming conflict is unfortunate but there are a limited set of good words available. We hope that context will make the me…
-
comment
Comment #11664175
That's for the default of t2.small
-
comment
Comment #11664174
ECS is incredibly powerful but definitely a lower-level primitive. We look at it sort of like a Kubernetes that we don't have to run for ourselves. Scale has been great. We have cu…
-
comment
Comment #11568235
I've noticed this as well. It seems like the docker.local hostname can sometimes take a long time to resolve. If I resolve that hostname and visit the IP directly it generally work…
-
comment
Comment #10414952
One of the founders of Convox here. Happy to answer any questions about Convox or deploying to AWS in general.
- story
-
comment
Comment #10395691
If you're using ECS to manage your clusters on AWS take a look at Convox. We're building an open source platform that makes building, versioning, and deploying code to AWS via ECS …
-
comment
Comment #10357170
Absolutely! Our plan is to release support for the container registry as soon as it's generally available.
- story
- story
- story
- story
-
comment
Comment #9990990
It may be possible but it would take a substantial amount of work and I wouldn't recommend it. Convox achieves much of its stability and scalability from relying on hosted a AWS se…
-
comment
Comment #9990985
You could definitely do this. Create one master app and then have it connect back to ECS to spawn more apps.
-
comment
Comment #9990982
Absolutely! We have a few people using Convox to run and scale workers without a web app.
-
comment
Comment #9990129
Yes! We have formed a business behind convox and current have a small team working on it full time. We are very confident that it will hit 1.0. Thanks for your interest :)
-
comment
Comment #9989620
Thanks for the interest :) We have been trying to figure out the best way to describe our platform and "private cloud" seems the closest. https://en.wikipedia.org/wiki/Cloud_comput…
-
comment
Comment #9989406
Woops, I ninja-edited my comment above before I saw this. Yes you can do this, see the CLI command above.
-
comment
Comment #9989392
This was recently added by a contributor! https://github.com/convox/cli/pull/48 You can update an existing cluster using something like `convox system scale --count 5 --type c4.xla…
-
comment
Comment #9989383
Let us know if there's any way we can help. You can reach me at david@convox.com