I am trying to make android x86 ami on amazon.
I am following tutorial here https://github.com/ashishdahiya/android_x86_64_ami
I am able to boot android but can not install any apk file.
also i have successfully create instance stored ami but i can not stop it and can not take snapshot of it.
I am doing like this.
1)
ec2-bundle-image --cert secret/certificate.pem --privatekey secret/private-key.pem --image image/android_x86_64.img --prefix android-x86 --user 5924176***** --destination ami1 -a x86_64 --kernel aki-fc37bacc -B "/dev/sda1=snap-0f1633ad782df8db4::true"
2)
ec2-upload-bundle --manifest ami1/android-x86.manifest.xml --bucket testbuckette12345 --access-key ****** --secret-key ***
3)
ec2-register testbuckette12345/android-x86.manifest.xml -n "ng1final1" -a x86_64 -d "zAsnffdroid x86 6 AMI" --region us-west-2 -O AKI**** -W Sk2ZL9****** --kernel aki-fc37bacc
--root-device-name /dev/sda1 -b "/dev/sda1=snap-0f1633ad782df8db4::true"
It will be grateful if you can help. Thank you