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
preguntada hace un año359 visualizaciones
1 Respuesta
0

Use Kubernetes and it will automatically restart a container.

profile picture
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas