I created cache.t2.small
Redis under ElastiCache. It's available.
I have the endpoint: portal-test.abcdef.ab.0001.abcd1.cache.amazonaws.com
.
I ssh
'ed to the instance (tried via ubuntu@ip-172-xx-xx-xx
and runcloud@ip-172-xx-xx-xx
). I'm trying to connect via redis-cli
by typing:
redis-cli -h portal-test.abcdef.ab.0001.abcd1.cache.amazonaws.com -p 6379 ping
I expect PONG
but instead I get
Could not connect to Redis at portal-test.abcdef.ab.0001.abcd1.cache.amazonaws.com:6379: Connection timed out
I went into my EC2 instance and defined the inbound traffic for port 6379
:
On runcloud (that I used for this instance) I also opened the port and successfully deployed the firewall rules:
Same timeout. What am I missing?