The amazon-elasticache tag has no wiki summary.
0
votes
2answers
211 views
AWS Elasticache PHP Sessions with ELB and Web Servers at different Data Centres
I'm running an AWS Load Balancer with Web Servers at different Data Centres.
I need to start using PHP Sessions on Elasticache to Centralize Session Management.
I can create an a 2 node Elasticache ...
0
votes
1answer
44 views
AWS ElasticCache - Cross Site - Disaster Recovery
I'm using AWS ElasticCache (MemCached) and can see how instances can be created at different data centers/sites. (eg: singapore A or B)
There is no AWS Automatic Replication of ElasticCache from ...
3
votes
1answer
203 views
Memcache/Elasticache holding many user passwords in memory instead of DB
I have two servers in AWS. One is a live production server (a multi site WordPress installation with hundreds of sites and about 5,000 users) and the other is a clone of prod that is being configured ...
4
votes
2answers
853 views
Instance's deployment / post configuration for AWS Elastic Beanstalk
I am using AWS Elastic Beanstalk, it is easy to start with deploying Java based web app, which is great.
However, I want to install Memcached on every instance locally so they can be used for ...
2
votes
1answer
775 views
Hosted fault-tolerant (replicated) memcache solution in amazon ec2 cloud?
does anyone offer a fault-tolerant (replicated) memcache solution that is hosted in amazon ec2, needs zero maintenance and works with providing just one IP?
I know that amazon offers ElastiCache. But ...