Unable to Connect to EC2 Instance and Ping Timeout

0

I am unable to connect to my EC2 instance even though the instance status shows it is running. Ping also does not receive any response. There are no error messages or warnings. I have tried restarting the instance, but the issue persists. I am receiving the error message "Failed to connect to your instance. Error establishing SSH connection to your instance. Try again later."

asked a year ago2976 views
1 Answer
0

do this steps on ec2:

  • check the security group associated with the instance is listening SSH and ICMP
  • check if the instance is in a public subnet, otherwise you won't be able to connect
  • check if the instance has a public IP associated or an Elastic IP

on VPC:

probably with this steps you will be able to identify the issue and fix it

profile picture
EXPERT
answered a year ago
profile picture
EXPERT
reviewed a year ago
profile pictureAWS
EXPERT
kentrad
reviewed a year 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