Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am new to AWS. Can anyone tell me how can I use memcached session manager with EC2 instances on which tomcat is installed for handling the session data? How can elasticache be used in this context?

share|improve this question

1 Answer

Assuming you already have a memcached app, here's the basic steps to "Get Started with Amazon ElastiCache":

http://docs.amazonwebservices.com/AmazonElastiCache/latest/GettingStartedGuide/Welcome.html

In this context, the Amazon-recommended approach would be to use Elastic Beanstalk with Tomcat 7 to deploy your app, then use ElastiCache to scale session management as needed.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.