Stateful sessions stored in Redis or Memcached?

What is a suggested solution to store sessions created in Vaadin in order to make an application fault tolerant? I mean: Can I store them in Redis? Memcached? The idea is to run an large scale application (Vaadin + Spring) using only SPOT instances in AWS!

After so much time, nobody answered this! Any other post on this topic?