ssh time out and aws connect

0

i have occure problem on ec2 instancess are not connect to command prompt reretedly after installing any type software on it after a few minutes ec2 istances are not connect to my command prompt or aws connect

aws connect

& " ssh -i "demo.pem" ubuntu@ec2-43-205-206-14.ap-south-1.compute.amazonaws.com ssh: connect to host ec2-43-205-206-14.ap-south-1.compute.amazonaws.com port 22: Connection timed out "

mohit
asked a month ago84 views
1 Answer
0

Hello,

The error message "Failed to connect to your instance" typically indicates a network configuration issue.

Check the following:

  • Security group rules: Ensure port 22 is open for inbound SSH traffic.
  • Network ACLs and route tables: Verify correct configuration.
  • Instance status: Make sure the instance is running.

Please refer the following Link: https://repost.aws/knowledge-center/ec2-linux-resolve-ssh-connection-errors

profile picture
EXPERT
answered a month ago
profile picture
EXPERT
reviewed a month 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