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

已提问 2 年前221 查看次数
1 回答
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.

已回答 2 年前
  • 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?

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则