What's The Best Way To Deploy Rails Web Applications on AWS?
Nisha Gopinath Menon
June 19, 2017
Today, you are spoilt for choice. You have enough, easy to follow options to get your Rails application running on Amazon Web Services in no time. If you found it hard previously to deploy your Rails application since you couldn't plop the code like in PHP and run it on Apache, now Phusion Passenger makes it possible. Even so, you do not want to miss out on the benefits an automated deployment tool comes with, unless you have a very simple application and all you’re looking for is code updates and maybe Rails migrations. Benefits of an automated deployment tool include improved productivity, visibility, auditability and a method, less prone to errors.
Read more