【发布时间】:2020-04-19 00:12:27
【问题描述】:
我已经通过将 Elastic Search 安装到 EC2 以及使用来自 aws 的托管服务来实现它。 是否有任何类似的方法可以将 ElastiCache 安装到 EC2 中,而不是使用 AWS 的托管服务。如果有,如何安装在 EC2 中?
【问题讨论】:
标签: amazon-web-services redis automation memcached amazon-elasticache
我已经通过将 Elastic Search 安装到 EC2 以及使用来自 aws 的托管服务来实现它。 是否有任何类似的方法可以将 ElastiCache 安装到 EC2 中,而不是使用 AWS 的托管服务。如果有,如何安装在 EC2 中?
【问题讨论】:
标签: amazon-web-services redis automation memcached amazon-elasticache
Redis 和Memcached 都是非常流行的数据缓存软件。您可以将它们安装在任何平台上,包括 EC2 服务器。您可以关注 memcached installation 和 Redis installation 将它们安装在 Ubuntu EC2 实例上。 AWS 还提供这些托管版本的 ElastiCache,您必须在其中选择要使用的版本,即 Redis 或 Memcached。
如home page of elastiCache 中所述:
托管、Redis 或 Memcached 兼容的内存数据存储。
自我管理的好处(您必须安装/管理 Redis 或 elasticsearh)在here 中得到了很好的解释。
【讨论】: