AttributeError no virtualization_type

What is the version of the boto package you are running?

sudo apt-cache show python-boto
Package: python-boto
Priority: optional
Section: python
Installed-Size: 2620
Maintainer: Ubuntu Developers ubuntu-devel-discuss@lists.ubuntu.com
Original-Maintainer: Eric Evans eevans@debian.org
Architecture: all
Version: 2.2.2-0ubuntu2
Provides: python2.7-boto
Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8)
Filename: pool/main/p/python-boto/python-boto_2.2.2-0ubuntu2_all.deb
Size: 442722
MD5sum: 3736db7f7abcb7393f3c5af5ae404c52
SHA1: 7ddf98082d0d1df1094ca0956ca3a5bccb04445c
SHA256: 56053302ed4e1ff36b9aef7559d0bc9972d8238a1eb75288cf46425b917f71b6
Description-en: Python interface to Amazon’s Web Services
Boto is a Python interface to the infrastructure services available from
Amazon.
.
Boto supports the following services:

Hi David,
Can you try installing 2.3.0 in a virtualenv to see if you get the same error? I’m not seeing any issues with that version.
-John

Does your image support such an instance type (t1.micro) ? If you try to run the image from the console, what instance types can you choose from?

I installed python-boto 2.3.0 and it seemed to initially work. If anything changes I will update this post. Thanks John!

Sorry, completely missed the version of boto. Personally I test all of the AWS modules against boto 2.5. I can confirm that the ec2 module does not work correctly with the version of boto you initially used.

I will definitely keep that in mind. Thank you.