concept Redis cluster in category aws
appears as: Redis cluster, A Redis cluster, Redis cluster

This is an excerpt from Manning's book Amazon Web Services in Action, Second Edition.
As already mentioned, ElastiCache nodes in a cluster only have private IP addresses. Therefore, you can’t connect to a node directly over the internet. The same is true for other resources as EC2 instances or RDS instances. To test the Redis cluster, you can create an EC2 instance in the same VPC as the cluster. From the EC2 instance, you can then connect to the private IP address of the cluster.