I just created a new EC2 instance. Once the instance is running and has passed health checks, I try to connect to its IP via telnet on port 22 (because SSH wasn't working I'm going to basics).
I have:
- opened security group's ports 22 and 80
- create custom security group's ICMP rule for protocol echo reply
- checked AWS statuses for outages -> none
The telnet line is:
telnet [PUBLIC IP ADDRESS] 22 => Connect failed
also tried
telnet [PUBLIC IP ADDRESS] 80 => Connect failed
I did the same for another existing instance and it works. What else can I still check for?