LiamRussellNZ / movieApp

0 stars 0 forks source link

Deploy to cloud #9

Closed LiamRussellNZ closed 3 months ago

LiamRussellNZ commented 4 months ago

Currently the app connects to a local Postgres instance. I want to move the DB to a cloud provider so the app is available to more users.

LiamRussellNZ commented 4 months ago

Looks like the cloud provider that I want to use (AC) doesn't support Postgres. However we can use an Aurora-MySql DB. So Im going first to deploy a local MySQL instance and get the app wired up. Then migrate to AC.

LiamRussellNZ commented 3 months ago

Mysql service cost are abit OTT for a app that is built as a learning exp. DynamoDB is alot cheaper. So swapping out to use DynamoDB.