How To Host A NodeJS app on AWS

moonchild

VIP Contributor
Open an account with AWS and then make sure your account is verified with your email and then connect it with a credit or debit card, navigate to the search on your dashboard and then find EBS which is where you will upload your app after that then bundle your app in a zip file.

Upload it to AWS and then wait for it to process, use your foreign key to secure your app and routes, after a while which might take some minutes you'll get a notification and then a self.generated url where you can access your app for free.
 
Top