Access ElastiCache redis from a private EKS Cluster

Viewed 367

I have an EKS cluster and trying to connect the application pod to the ElastiCache Redis endpoint. Both are in the same VPC. I allow the communication between both EKS and ElastiCache Redis.

When I telnet from a pod to the ElastiCache Redis endpoint is connected. But Unfortunately, I access from my nodejs application in won't work.

Can somebody help me to resolve this?

0 Answers
Related