VS Code SSH client keeps disconnecting from EC2 instance

0

I am getting connected to the ec2 (ubuntu) instance with VScode SSH and after a few seconds it gets disconnected and impossible to reconnect if I don't reboot the instance and after dozens of attempts to reconnect. Is there something I should check that I haven't? are there any special configurations i need to make?

asked 8 months ago865 views
3 Answers
0

Are you sure that instance state remains healthy when you get disconnected from VS code SSH client.

Based on the problem description, issue seems to be something at instance side, network configuration might be right as after rebooting the instance you are able to connect.

I'd start with following:

Check cloudwatch metrics for this EC2 instance and make sure that EC2 instance is not running out of memory/CPU 100% utilization

Next thing I'd do is, set up EC2 Serial Console and then see what exactly is going on.

Comment here how it goes, happy to assist further.

Abhishek

profile pictureAWS
EXPERT
answered 8 months ago
  • The cpu is almost 0 because nothing is running at the moment.

  • Yes my CPU utilization goes to 100%. How will I be able to fix that?

0

this is what I get when I try to connect with the serial console after setting up IAM Policy

answered 8 months ago
0

I get the same issue. VS code keeps disconnecting from the EC2, and I am not able to reconnect unless I restart the instance.

heyaozh
answered 7 months 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