AWS Multiple EBS Volumes

amazon ec2amazon-ebsamazon-web-services

I am learning aws systems, in walk thru they are attaching multiple volumes of a EBS to a EC2 instance. What purpose is it to have these multiple ebs volumes?

Thanks
Mike

Best Answer

Another side benefit of using multiple EBS volumes (gp2) is that you can increase the aggregate burst performance. Each EBS volume will give upto 5.4 Million IO credits, which may work well for some applications.

Related Topic