I t开发者_如何转开发ook an existing ec2 image that I had, made some changes and re-bundled it.
However, when I try to launch my new image it only lets me launch it as a Large instance -- not a small image.
What happened? How can I fix it?
I made sure when calling ec2-bundle-vol to specify -r i386
Thanks!
Did you re-bundle it as a 64-bit image? If so, you can't run it as a small image. Small images are 32-bit, while the smallest 64-bit image is m1.large.
I was using the EC2 console from Amazon. Looks like it was just a bug with Amazon.
When I came back this morning it worked fine.
精彩评论