I was trying to setup Elastic cache (memcached engine) & use in my .NET application through a memcache c# client API "Enyim".
I'm new to AWS and facing some problems. I have few questions :-
Question 1 : Can I access my cache cluster nodes from my local machine ?
Question 2 : What is the process of setting up complete AWS Elastic cache instance. Correct me if i'm wrong :-
Setup VPC (by default) Setup a security group in EC2 (by default) Setup cache cluster as with same VPC. Now how can i use this same cache cluster ?
I have setup the memcache engine on local & the same code through Enyim was running but i was not able to run same (get/set) code for the Elasticache node instances.