EC2 Status check failed a few times

0

My EC2 instance has gone down a few times in recent months. It works again every time after rebooting it. I am running a m5.2xlarge Ubuntu instance. The memory usage is 9%.

Any help regarding the possible cause would be most appreciated, thanks.

Enter image description here

질문됨 일 년 전243회 조회
1개 답변
0

Status checks fails due to one of many reasons.. some of them below;.. Resource limitations: It is possible that the default limits for some of the AWS resources associated with your instance, such as the number of Elastic IP addresses, security groups, or network interfaces, have been reached. To verify this, you can check the AWS documentation for EC2 instance limits or contact AWS support.

Issues with the OS or kernel: It is possible that your Ubuntu operating system or kernel is experiencing errors or issues that are causing the instance to go down. You can try reviewing the system logs to identify any issues.

Hardware issues: If the underlying hardware of your EC2 instance is failing, this could cause the instance to go down regularly. You can review the EC2 instance system log to identify any hardware error messages.

Network connectivity issues: If there are connectivity issues between the instance and other resources such as a database, web server or Elastic Load Balancer, it can cause the instance to be unresponsive.

AWS Maintenance activities: AWS regularly schedules maintenance activities that require rebooting the instances. If the maintenance event is being performed, then it could be the reason for the instance to go down.

Though reboot works some times (state refesh, network issue fixes, or some new changes can be fixed with reboot), might not work always.. see this documentation for more info..

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesConnecting.html

AWS
답변함 일 년 전
profile pictureAWS
전문가
Matt-B
검토됨 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠