Skip to content

Cannot connect to myec2 through ssh suddenly fronm today

0

I have t4g.xlarge ec2 yesterday it was working fine i can able connect to ssh but today when switched on ec2 i could not connect my ec2 through bash but i can view and start through jenkins installed in it but i could not connect to my ec2 instance

asked 2 years ago286 views

2 Answers
0

Hello.

It may be that sshd was not able to start properly.
I think it would be a good idea to follow the steps in the document below to check the system log and see if any errors have occurred.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/troubleshoot-unreachable-instance.html#instance-console-console-output

You may also try connecting to the OS using a serial console or Systems Manager Session Manager.
Once you are able to connect using the serial console or Systems Manager Session Manager, check the SSH logs and status to see if any problems have occurred.
https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager.html
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/connect-to-serial-console.html

EXPERT

answered 2 years ago

EXPERT

reviewed 2 years ago

0

Ensure you're using the current, correct IP address - when the EC2 was started today after being stopped yesterday, it would have been allocated a new & different public IP address.

EXPERT

answered 2 years 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.