Question

I am setting up an Amazon EC/2 instance, and am putting Riak on it. I am wondering if I should store the data locally (and not ever delete the instance), or set up Riak to store to S3 and bring up/take down instances as I need?

Was it helpful?

Solution

For persistent data you should use an Elastic Block Store (EBS) volume; this is persistent across system restarts and can be attached to different EC2 instances at will.

OTHER TIPS

Your best bet is to ask on the mailing list: http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

There's also lots of information on the wiki: http://wiki.basho.com/display/RIAK/Home

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top