Cannot connect to running instance using EC2 console connect feature

0

I have a instance configured in EC2. I was able to connect to the instance using both SSH and the Connect feature in the EC2 console. After I installed Postgres 14 on the server, I lost contact.

I rebooted the instance from the console, but still no connection from either SSH or EC2 Connect. I have valuable data on the server. How can I reestablish communication with the instance?

Hendre
已提問 1 個月前檢視次數 83 次
2 個答案
0
已接受的答案

Hello.

Looking at the situation, there is a possibility that the EC2 specifications are insufficient due to the Install of PostgreSQL.
How about temporarily increasing the instance size?
Please follow the steps in the document below to check the system logs and check for any errors.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/troubleshoot-unreachable-instance.html#instance-console-console-output

Also, in the worst case scenario, consider attaching the EBS root volume to a healthy EC2 to salvage important data.
https://repost.aws/knowledge-center/ec2-linux-emergency-mode

Also, it may be possible to connect via a serial console, so please try that.
https://repost.aws/knowledge-center/ec2-linux-ssh-troubleshooting

profile picture
專家
已回答 1 個月前
profile picture
專家
已審閱 1 個月前
0

Check the EC2 metrics (CPU and memory). If either utilization is high, you may be running out of resources due to the installation and startup of PostgreSQL.

In this case, a simple solution is to change the instance type to one with better specifications.

Otherwise, if the OS is failing to start, you can check the status by checking the instance console output or the instance screenshot.

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/troubleshoot-unreachable-instance.html

profile picture
專家
shibata
已回答 1 個月前

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

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

回答問題指南