On an AWS EC2 instance I have a large (10's of GiB) Solr index that I would like to backup daily. In order to do so, I need an additional 200 GiB of storage space, for the span of about 6 minutes (replicate, tarball, then FTP elsewhere and rm the new directory and tarball).
Is there any way to request a 200 GiB EBS volume, then mount it, then unmount it and remove it from our account, all from a BASH script or Python script? Would a different approach (i.e. not EBS) be better?