Displaying 1 result from an estimated 1 matches for "237fe703".
2012 Dec 25
0
root device for CentOS AMI would be /dev/sda1?
.../dev/xvde1 ro
initrd /boot/initramfs-2.6.32-279.el6.i686.img
3) take a snapshot of the root EBS volume
4) register an AMI image with the snapshot with the following command
ec2-register --region XX-XXXXXXXX-X -n 'ZZZZ' -d 'ZZZZ --root-device-name /dev/sda1 -b /dev/sda1=snap-237fe703 -a i386 --kernel aki-42992843
* the kernel ID is for i 386 on ap-northeast-1 (Tokyo) region.
===
furthermore, i suggest to prepare the fstab with the following line for i386 image:
/dev/xvde3 swap swap defaults 0 0
it would be nice for people using the AMI on m1.small and c1.medium.
Best r...