Ask HN: Tips on Migrating from Heroku to AWS?
I highly value the ease of deployment and monitoring found on Heroku and wonder what the modern way to setup something similar is on AWS? I know of Kubernetes and the CloudFoundary stack, but I feel like there must be some out of the box AMI's that I just dont know about.
I have a Rails hobby project that is costing me ~$200+/- a month because its on the heroku ecosystem. The app is not too wild, but occasionally takes some batch processes which force me to make some spin up higher quality services (increase Redis memory, increase processing power/"worker" count, etc).
Can anyone point me in a direction worth exploring?
12 comments
[ 4.9 ms ] story [ 32.7 ms ] threadAnd then only make changes to the template, then package, then deploy.
Years ago I migrated an app from Heroku to AWS ElasticBeanstalk. One requirement was having a Redis server and Heroku simply was too expensive. Migration and later scaing worked alright.