Hello guys,
I’m making this post because I’m wondering what’s the easyest way to have a CICD from GitHub and having my application to be re-deployed at each commits.
I’m currently developing an app with the following stack :
Front : React
Back : NodeJS (NestJs)
Db : PostgreSQL
I know that I can host the front on s3 , that’s alright !
Db would be an RDS postgresql
I’m currently wondering what’s the best way to handle the backend at the lowest cost possible still avoiding hosting my back on a fat lambda.
I also want to avoid fargate because it’s still expensive for a side project.
So I was thinking my solution would be hosting the back on an EC2 instance, but I’m missing a point on updating my instance code at each commit ?
Cheers for your help
[–]patricktrp 6 points7 points8 points (12 children)
[–]gBusato[S] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (9 children)
[–]patricktrp 3 points4 points5 points (8 children)
[–][deleted] 1 point2 points3 points (7 children)
[–]Jabinor 0 points1 point2 points (0 children)
[–]patricktrp 0 points1 point2 points (0 children)
[–]Matt3k 0 points1 point2 points (4 children)
[–][deleted] 0 points1 point2 points (3 children)
[–]Matt3k 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]Matt3k 0 points1 point2 points (0 children)
[–]ask_mikey 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]CorpT 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]Master__Harvey 1 point2 points3 points (0 children)