NodeJS application stopping on EC2 instance

0

I have a NodeJS application running on a EC2 instance free-tier. There are a bunch of functions and some functions connects to an AWS RDS database. The issue I am facing is that the NodeJS application stops to work by itself, I have to connect to the console and re-start the application manually. No deployments are being made.

The app is started using nodemon index.js Any idea on how it can be prevented?

Thanks

  • Can you share logs on what is causing the stop? Cloud watch should have that info

Rodrigo
asked a year ago329 views
1 Answer
0

Use Kubernetes and it will automatically restart a container.

profile picture
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions