Amazon EC2 ssh connection time out -
i cannot connect instance via ssh. followed steps in document no luck.
i tried way:
ssh -i mykeypairname.pem ec2-user@52.74.224.84
and shows notice:
ssh: connect host 52.74.224.84 port 22: connection timed out
i'm sure i've opened port 22 ip (see attachment)
please give me solution.
after searching, have found solution:
i have make public internet gateway pointing 0.0.0.0/0 in route table attached vpc.
i added record in route table content:
destination: 0.0.0.0/0
target: igw-14da1f71 - internet gateway attached vpc
Comments
Post a Comment