I have launched an AWS ElastiCache node on AWS VPC. I can access this Redis endpoint from within the VPC resources like EC2.
I have a VPN connection (Virtual Private Network) from On-Premise to this VPC. I can access all other resources like EC2 but, I am unable to access the Redis Endpoint from On-Premise network.
Note: As I am able to access EC2 resources from On-Premise, routing table is set appropriately.
Could you let me know (if I have to modify anything) how to access the Redis Endpoint in VPC from On-Premise network (Without using NAT Instance) (I can use NAT Gateway if required) ??