EC2 crashes periodically

0

EC2 crashes periodically without any error messages

已提問 2 年前檢視次數 217 次
2 個答案
1

Set autoscaling for desirenmd number of one and set 2 as max, thus way the healthcheck will recognize unhealthy insurance and start a second instance while first one is going be destroyed,

https://docs.aws.amazon.com/elasticloadbalancing/latest/application/introduction.html

已回答 2 年前
0

There are multiple options.

You can either scale vertically which implies getting a more powerful machine.

A better solution would be to scale horizontally. Look at setting up an auto-scaling group of EC2 machines with an Application Load Balancer in front to load balance traffic. You can look at this tutorial for guidance - https://docs.aws.amazon.com/autoscaling/ec2/userguide/tutorial-ec2-auto-scaling-load-balancer.html. For the content to be shared across multiple machines, you can look at EFS. Take a look at this video - https://pages.awscloud.com/Learn-to-Build-a-Cloud-Scale-Website-Powered-by-Amazon-EFS_0522-STG_OD.html

There could be many more options if re-architecture is an option.

If you like my answer please upvote and accept it. Thanks

profile pictureAWS
專家
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南