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 年前

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

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

回答问题的准则