I was running a micro instance on ec2 and running out of disk space.
Then I decide to use the current generation m3.xlarge instance. I stop the micro instance. And then change instance type to m3.xlarge and start it. I am getting the 15G memory but I don't seem to get any advertised disk space?
Here is what I have currently:
Filesystem Size Used Avail Use% Mounted on /dev/xvda1 7.9G 7.8G 0 100% / tmpfs 7.4G 0 7.4G 0% /dev/shm
And I keep getting error saying there is no disk space available when I tried to start mysql.
Anyone know how I can claim the advertised disk space in this new instance? I thought that would be automatically...
thanks!