My server just restarted (with Elastic Beanstalk)

0

What do I need to do to understand why my nodejs server restarted by itself?

it was online for 63 days and now it has restarted. All logs erased, it re-installed itself

gefragt vor 2 Jahren221 Aufrufe
1 Antwort
0

as per your case two cases applicable -

  1. maybe Its not because of server restart, its basically because of the auto scaling mechanism in which new instances of your basic instance will be created and based on the usage it will delete instance with less usage.

  2. if you have checked the logs and found that yes Beanstalk has restarted by itself. you can take screenshot of the log and raise a ticket in aws support asking why it happened.

beantwortet vor 2 Jahren
  • Thanks for the answer

    Believe it couldn't have been the scaling mechanism, server usage was at just 6%. Is there another reason the scaling engine appears?

    Could it have something to do with the free tier exceeding the usage limit? When the usage limit is reached, does it recreate a new server?

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen