I have implemented the Elastic Search by installing it into the EC2 as well as consuming the Managed service from aws. Is there any similar way to install the ElastiCache into the EC2 rather than using managed service from AWS. If there is, how it will be installed in EC2?
Asked
Active
Viewed 414 times
-2

Emanuil Tolev
- 315
- 3
- 8

Ankur Munjaal
- 87
- 5
-
Please read "[Stack Overflow question checklist](https://meta.stackoverflow.com/questions/260648)". – the Tin Man Dec 31 '19 at 04:38
1 Answers
1
Redis and Memcached both are very popular software for caching the data. You can install these on any platform including the EC2 server. You can follow memcached installation and Redis installation to install them on Ubuntu EC2 instance. AWS also offers the managed version of these as ElastiCache, wherein you have to choose which one you want to use ie Redis or Memcached.
As mentioned in the home page of elastiCache :
Managed, Redis or Memcached-compatible in-memory data store.
Benefits of having a self-managed (wherein you have to install/manage Redis or elasticsearh) is nicly explained here.

Amit
- 30,756
- 6
- 57
- 88