Issues connecting to ElastiCache Memcached

0

I'm trying to connect to a ElastiCache Memcached endpoint through my EC2 instance, but I'm seeing this can't reach to the Memcached node:

telnet: Unable to connect to remote host: Connection timed out
This just happening today. Is there some issue with ElastiCache?

asked 4 years ago1413 views
2 Answers
0

Good, I restarted the memcached service into my web instance and worked again). The memcached service into my Bitnami instance allowes me to connect to ElastiCache.

answered 4 years ago
0

Hi There,

When you get timeout issue, it is best to check the security group, NACLs of the Elasticache and EC2 for allowing the port ( in this case 11211 or the custom port, if configured ). Try with more than one EC2 instance to see if the issue is at EC2 or Elasticache side. Also, keep an eye on the Elasticache events to see if there is anything going on with the cluster.

AWS
SUPPORT ENGINEER
Satyam
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions