4

Simple question - I hope.

I am trying to communicate to a redis instance running on Amazon elastic cache from a docker container on an amazon ec2 machine. I can connect without problems to the redis instance from the ec2 machine host (which would seem to indicate that this is not a security/ports problem) but I get a timeout when trying to connect from within the docker container. What am I missing?

Andrew L
  • 95
  • 8
  • Can you provide some more information about your environment? Are you using beanstalk? If so, single container platform or multi-container? If not, what else are you using? – Jay Dorsey Oct 18 '17 at 18:53
  • I'm running into a similar error: `[ioredis] Unhandled error event: Error: connect ETIMEDOUT`. Works fine locally, and from an EC2 instance, but not from inside a docker container. – Brett Apr 03 '18 at 13:27
  • Hi, I'm facing the same issue, how did you solved it? – Oron Bendavid Sep 17 '20 at 12:39

0 Answers0