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
gefragt vor einem Monat102 Aufrufe
1 Antwort
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
EXPERTE
beantwortet vor einem Monat
profile picture
EXPERTE
überprüft vor einem Monat

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen