How to know the root device size of some public AMI?
Posted
by
red23jordan
on Server Fault
See other posts from Server Fault
or by red23jordan
Published on 2012-06-01T03:43:30Z
Indexed on
2012/06/01
4:42 UTC
Read the original article
Hit count: 481
amazon-ec2
Since I do not want to pay money for my testing, the free limit size is 10G.
I can know the root device root for some default AMI such as
Amazon Linux AMI 2012.03
The Amazon Linux AMI 2012.03 is an EBS-backed, PV-GRUB image. It includes Linux 3.2, AWS tools, and repository access to multiple versions of MySQL, PostgreSQL, Python, Ruby, and Tomcat.
Root Device Size: 8 GB
And the last row displayed 8GB.
However, if I find AMI in Community Page, it does not show the root device size.
Can anyone know how to use the instance such as centOS that is not provided by default but it is under 10GB so that I can still free use?
© Server Fault or respective owner