This message was deleted.
# aws
s
This message was deleted.
b
What error do you get when trying to SSH?
c
ssh: connect to host 54.162.77.34 port 22: Operation timed out
That’s the ip I get from
publicIp
. I also waited a long time but on
ssh ubuntu@<the ip>
I get the above error
b
If you add icmp to your security group can you ping the instance?
c
I added custom icmp v4 echo request and tried pinging. This is the result
Copy code
ping 54.210.124.93
PING 54.210.124.93 (54.210.124.93): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
^C
--- 54.210.124.93 ping statistics ---
4 packets transmitted, 0 packets received, 100.0% packet loss
100% packet loss
b
did this get deployed in the default VPC?
c
yes
b
c
Sure. Let me check
I went through the checks and all of it looked fine. I then tried to change the instance type and tried out
I found something very weird
t2.micro - ssh works t2.small - ssh fail t2.medium - ssh works
😮 1
b
wow that is super weird
c
Yes it is
b
you might consider submitting an AWS ticket for that
c
And I did this multiple times
It is repeatable
b
also it's weird how a smaller instance works, it could have been put down to being out of resources but not if the smaller instance works!
c
So weird.
Anyways, thanks for your time, I really appreciate it
b
glad to help!
🙌 1