Timeout error when trying to connect to my EC2 Instance

0 votes
I cannot SSH into my instance - Operation timed out. The permissions are all okay. Can someone help me as what could be the probable reason?
Mar 27, 2019 in AWS by Ravi
1,053 views

1 answer to this question.

0 votes

The best way to solve the error would be as to build everything from begining so that everything works fine. Building everything back I had to make sure to create EVERYTHING. This included:

  • Create VPC
    • CIDR: 10.0.0.0/24
  • Create Internet Gateway
  • Attach Internet Gateway to VPC
  • Create Routing Table
  • Add Route to Routing Table
    • Destination: 0.0.0.0/0
    • Target: <Internet Gateway from earlier>
  • Create Subnet
    • CIDR: 10.0.0.0/24
    • Routing Table: <Routing Table from earlier

You can follow the blog on Amazon VPC Tutorial to understand how you can build everything from scratch and properly.

https://www.edureka.co/blog/amazon-vpc-tutorial/

Hope it helps.

answered Mar 27, 2019 by Priyaj

Related Questions In AWS

0 votes
1 answer
+1 vote
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Using Shapely on AWS Lambda with Python 3

For some reason, the pip install of ...READ MORE

answered Oct 8, 2018 in AWS by Priyaj
• 58,090 points
2,567 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

How to install Python on my ec2 instance?

EC2 on linux machine currently supports python3.4 ...READ MORE

answered Mar 27, 2019 in AWS by Ritesh
3,594 views
0 votes
1 answer

Unable to connect to my windows instance

Maybe when you were installing different packages ...READ MORE

answered Mar 27, 2019 in AWS by Fuji
345 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP