This website collects cookies to deliver better user experience
How to build a Ruby on Rails app on AWS for beginners - Part 1.
How to build a Ruby on Rails app on AWS for beginners - Part 1.
This is part one of a series of posts, this post covers the initial provisioning of a Ruby on Rails app on AWS using LightSail which is the simplest way of getting started with compute and databases on AWS.
Let's get started by creating an AWS account and building a Linux host to run our Ruby on Rails app with AWS LightSail.
Provisioning a Linux instance to run a Ruby on Rails app on AWS LightSail.
Then select your plan (I chose the $10 for now)
Okay, once that's done, click on the little command line icon next to you instance and you should get a new console tab, all logged in and ready to go.
Installing Node and Yarn to support Webpacker in Ruby on Rails.