Live data from Hacker News

Viewing profile — ddollar

ddollar

HN member
Joined
Thu, Oct 29, 2009, 7:50 PM UTC
HN karma
140
Public activity
57 items

About ddollar

[ my public key: https://keybase.io/ddollar; my proof: https://keybase.io/ddollar/sigs/yVsdqry-ZmeSSOm70YcUGPZiJlDSxftOalknODD8fRk ]

Recent public activity

  1. comment
  2. 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…

  3. story
  4. 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.

  5. 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…

  6. 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…

  7. comment
    Comment #11664175

    That's for the default of t2.small

  8. 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…

  9. 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…

  10. comment
    Comment #10414952

    One of the founders of Convox here. Happy to answer any questions about Convox or deploying to AWS in general.

  11. story
  12. 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 …

  13. comment
    Comment #10357170

    Absolutely! Our plan is to release support for the container registry as soon as it's generally available.

  14. story
  15. story
  16. story
  17. story
  18. 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…

  19. comment
    Comment #9990985

    You could definitely do this. Create one master app and then have it connect back to ECS to spawn more apps.

  20. comment
    Comment #9990982

    Absolutely! We have a few people using Convox to run and scale workers without a web app.

  21. 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 :)

  22. 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…

  23. comment
    Comment #9989406

    Woops, I ninja-edited my comment above before I saw this. Yes you can do this, see the CLI command above.

  24. 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…

  25. comment
    Comment #9989383

    Let us know if there's any way we can help. You can reach me at david@convox.com