Skip to content

Comment on Ask HN: Is there any service on AWS that enables *INSTANT* deployment?

Comments

If you don’t need to scale and you want something simple you might try rolling your own blue/green deployment using nginx or haproxy.

The basic idea is that traffic gets served by nginx or haproxy and forwarded to your app server. When you deploy another app server and background process gets spun up. Then when the new app server is ready you have nginx/haproxy switch where it’s forwarding traffic.

You can do this on a regular vm and skip all the extra tooling.

I just realized you’re the creator of hsluv… thank you for that!

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.