Can not connect with AWS : Connection time out error

Multi tool use


Can not connect with AWS : Connection time out error
I am using ssh command to connect with AWS instance :
ssh -i ./abcd.pem ubuntu@ec2-**-***-**-**.us-east-2.compute.amazonaws.com
ssh -i ./abcd.pem ubuntu@ec2-**-***-**-**.us-east-2.compute.amazonaws.com
These are my inbound rules :
Earlier It was working well suddenly it started giving this error I have also tried with different networks still the same problem.
1 Answer
1
Assuming that AWS hasn't stopped you from connecting because you're out of money, the simplest explanation is that your host is simply unstable and needs to be rebooted.
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.