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
posta un mese fa102 visualizzazioni
1 Risposta
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
ESPERTO
con risposta un mese fa
profile picture
ESPERTO
verificato un mese fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande