Hortitude
Hortitude

Reputation: 14058

ec2 bundling on AWS (Amazon Web Services)

I took 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!

Upvotes: 0

Views: 553

Answers (2)

Hortitude
Hortitude

Reputation: 14058

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.

Upvotes: 0

Chris Bunch
Chris Bunch

Reputation: 89833

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.

Upvotes: 2

Related Questions