Create a RAID0 array of AWS instance-store volumes
sudo raid_ephemeral.sh start
will attempt to query any AWS Instance Metadata and determine if any instance store volumes exist. If any are found, the volumes will be automatically unmounted, and added to a RAID0 array mounted at /mnt.
Modelled after https://gist.github.com/joemiller/6049831