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

asked a year ago202 views
1 Answer
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.

answered a year ago
  • 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?

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