raghvendras73
raghvendras73
@fcheung Did this actually enable you to configure elasticache with the running EC2/Beanstalk instance? How do I confirm that this is working? Thanks Raghu
Thanks.I will try and keep up posted. Raghu
@fcheung I tried this change in production.rb and deploying to elastic beanstalk I get the following error in the console [Instance: i-13ec4bdc] Command failed on instance. Return code: 1 Output:...
@fcheung It was there. Worked. Modified the config/initializers/session_store.rb for Rails >3.2.4 to put Rails.application.config.session_store ActionDispatch::Session::CacheStore, :expire_after => 30.minutes This did the trick. Thanks for your help. Raghu