AWS EC2 上的 ElastiCache

ElastiCache on aws EC2

我通过将 Elastic Search 安装到 EC2 以及使用来自 aws 的托管服务来实现 Elastic Search。 有没有类似的方法可以将 ElastiCache 安装到 EC2 而不是使用 AWS 的托管服务。如果有,如何安装到EC2中?

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 将它们安装在 Ubuntu EC2 实例上。 AWS 还提供这些的托管版本作为 ElastiCache,您必须在其中选择要使用的版本,即 Redis 或 Memcached。

home page of elastiCache所述:

Managed, Redis or Memcached-compatible in-memory data store.

自我管理的好处(其中你必须 install/manage Redis 或 elasticsearh)得到很好的解释 here