Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The canonical AWS answer here is: Elastic Beanstalk.

If you use a CI tool, it probably has a CD counterpart which can pipe a passing build directly to EB.

Or you can deploy manually from your repo with "eb deploy".

In either case, AWS will automatically bring the app up on new instances, and test them. If everything looks good, the load balancer will direct live traffic to the new instances, and then spin down the old ones.

Config changes use a similar process.



Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: