Deploying NodeJS application in AWS Services Part I (RDS)

Manuel Hernández Lemus
3 min readJun 16, 2021
RDS

This time we will to learn to deploy a NodeJS project with AWS. It will be a step by step guide.

It is necessary to have an amazon account, you can create it here.

Access it to account and search RDS, in this section we will create the database instance.

Searching RDS
Create database instance

In the configuration to create the database it is important, for this test, to select the database engine (in my case MariaDB), rename the database, auto generate a password, free tier template and allow public access to connect with Workbrench.

Database engine and free tier template
Database name and autogenerate password

--

--