Saltar al contenido

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."

preguntada hace 3 años4,8 mil visualizaciones
1 Respuesta
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

EXPERTO
respondido hace 3 años
EXPERTO
revisado hace 3 años
AWS
EXPERTO
revisado hace 3 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.