如何将ElastiCache集群链接到Elastic Beanstalk?

时间:2015-06-21 20:53:03

标签: amazon-web-services elastic-beanstalk amazon-elasticache

我正在使用Elastic Beanstalk和Amazon RDS。现在我想缓存这个RDS。

根据this documentation,我只需要创建一个ElastiCache集群,并为Elastic Beanstalk集群的安全组授予它访问权限。我做到了。但我不确定,这个Redis缓存集群是否正在缓存Beanstalk的RDS。我怎样才能将这两者联系起来并确保它们确实是相连的?

1 个答案:

答案 0 :(得分:1)

ElastiCache不会(自动)缓存RDS。您可以实现自己执行此操作的代码,但这不是它的功能。

ElastiCache为您提供Memcached或Redis内存数据库即服务。您必须自己写入和读取数据库