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 个月前84 查看次数
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 个月前

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

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

回答问题的准则