开发者

ec2 bundling on AWS (Amazon Web Services)

开发者 https://www.devze.com 2022-12-09 22:17 出处:网络
I t开发者_如何转开发ook an existing ec2 image that I had, made some changes and re-bundled it.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消