Possible reasons for timeout when trying to access EC2 instance

后端 未结 24 1125
没有蜡笔的小新
没有蜡笔的小新 2020-12-04 07:54

I cannot SSH into my instance - Operation timed out. What could be the reasons why, and what can I do to resolve it? Rebooting normally takes a long time to take effect, an

24条回答
  •  春和景丽
    2020-12-04 08:38

    For me it was the apache server hosted on a t2.micro linux EC2 instance, not the EC2 instance itself.

    I fixed it by doing:

    sudo su

    service httpd restart

提交回复
热议问题