In this video we are going to see how to Migrate local PostgreSQL database to AWS-RDS So this is the 3rd video of MEAN stack deployment architecture for aws
In the last video we have seen that how to deploy nodejs REST APIs to aws Lambda function
So this video is only about AWS-RDS services
RDS has free-tier option with 20GB of storage and 20GB of backup so basically we are going to get RDS service free for one year.
So before starting this video we need pgAdmin
pgAdmin is a database management tool.
so we will use this tool to connect to local postgres databse as well as for Remote Database Service
https://www.pgadmin.org/download/
#postgresql #database #aws