EC2 Stops Working

0

When i make an remote SSH connection using the visual studio extension, in less than an hour i get disconnected from the ec2 via ssh and i can´t acces to the websites configured in the ec2 instance neither. I have to reboot the instance each time i get this behavior and wait for a few minutes. I want to know what can i do to analize mi ec2 and solve this problem.

  • Can you Review the system logs on your EC2 instance to see if there are any error messages or warnings that could indicate the cause of the disconnections. Common logs to check include /var/log/messages, /var/log/syslog, and /var/log/auth.log

Carlos
asked 24 days ago95 views
1 Answer
0

Hello.

I found the following in a GitHub issue.
It is possible that EC2 memory usage is increasing due to RemoteSSH.
https://github.com/microsoft/vscode/issues/203425

SSH into EC2 from a terminal etc. and check the system logs for the time period when you were unable to connect to EC2 and check if there are any errors.
If the cause is insufficient memory, I think it would be a good idea to increase the EC2 instance size or create a swap space.
https://repost.aws/knowledge-center/ec2-memory-swap-file

profile picture
EXPERT
answered 24 days ago
profile picture
EXPERT
reviewed 24 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions

Relevant content