Unable to connect ec2 instance using ssh / website

0

I can not access my ec2 with any connection ssh,http,https I am getting connection timeout / refused. it always timeout. I added secuiry group inbound rules I added Route tables into vpc but no luck to access ec2 instance using ssh

mart31
질문됨 일 년 전306회 조회
3개 답변
0

Hi, Few additional things to check:

  1. Does your ec2 instance have a public IP address?
  2. Do you have an internet gateway attached to your VPC and does the subnet where the instance is located have a route to the internet gateway?
  3. Do you have any non-defauly Network access control lists that might be blocking traffic?
답변함 일 년 전
  • 1.yes. 2. yes. Default vpc and have subject with route table and attached igw 3. Not default custom SG with ssh,https,http, and custom tcp port configured, I had tried default SG it also wont work.

0
  1. yes.
  2. yes. Default vpc and have subject with route table and attached igw
  3. Not default custom SG with ssh,https,http, and custom tcp port configured, I had tried default SG it also wont work.
mart31
답변함 일 년 전
0

Is the subnet where the instance is located associated to the route table where you have the IGW attached? Do you have a specific IP address in the security group for the source(i.e. x.x.x.x/32) for the inbound rule or do you have 0.0.0.0/0?

답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠