I'm trying to get the Scalarium EBS cookbook (https://github.com/scalarium/cookbooks/tree/master/ebs) to cooperate with various databases. I realize performance mileage varies and accept that.
On a Riak instance I'd like to use RAID 10. Reading through the cookbook it seems pretty straight forward but isn't cooperating. Is it making the assumption the volumes already exist? I have a bash script to create and attach the volumes to a particular instance but would like to do this using the EBS cookbook.
Can someone provide a bit of direction or possibly an example using this cookbook?