I have purchased the Amazon EC2 m1.medium reserved instance. Now how do I go about creating a root storage volume with 400GB capacity?
By extending the default root 30GB vol to 400GB will be resulting in an extra EBS 400GB which I do not need as the EBS will incur extra charges.
I have done some research saying that the Instance Store Volumes is ephemeral type which is not persistent.
Here's the link ( Will moving data from EBS to ephemeral storage improve MySQL query performance? )
Any advice will be appreciated.