Attach additional storage

The created EC2 instance has a root volume with enough storage capacity to support the operating system, as well as a few additional applications required for supporting the analyses. We will now need additional storage to accommodate the large datasets we are about to download (e.g. Raw reads, aligned sequences etc.). Hence we need to attach additional storage.

In this section we will:

a. Create an Elastic Block Store (EBS) volume.

b. Attach the new volume to an EC2 instance.

c. Format and mount the new volume.

    1. Format the new volume with a filesystem.

    2. Mount the volume and copy some data into it.