nchammas / flintrock

A command-line tool for launching Apache Spark clusters.
Apache License 2.0
638 stars 116 forks source link

Fix handling of AMI not found #153

Closed nchammas closed 8 years ago

nchammas commented 8 years ago

This fixes the test_launch_with_bad_ami test (and the user-facing error message).

It appears that at some point this year Amazon changed the behavior of their API to never throw InvalidAMIID.NotFound when using ec2.images.Filter.

nchammas commented 8 years ago

Thank you for bringing this issue to my attention @SoyeonBaek-dev.