AWS Storage Volume Resizing

I am using Couchbase in an AWS t1.medium instance (for testing purposes). I currently need to increase the storage volume size, and will do so by following the standard procedure recommended in the AWS Documentation: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-expand-volume.html

In doing so, will the new available storage volume be automatically detected by Couchbase? Or is there any additional configuration necessary?

Thank you,

Couchbase depends on the filesystem and the data and view storage folder you selected is the place it will store its data and view. you will need to present the new volume under the configured folder to be able to have it be ‘recognized’ by couchbase.

Thank you, in fact there was no additional configuration necessary after following the standard AWS Documentation for resizing the volume.