Yelp / mrjob

Run MapReduce jobs on Hadoop or Amazon Web Services
http://packages.python.org/mrjob/
Other
2.61k stars 586 forks source link

auto-create EC2 key pair #1257

Open coyotemarin opened 8 years ago

coyotemarin commented 8 years ago

Looks like we should be able to automatically create key pairs through the EC2 API so that SSH will always work.

Some things to consider:

coyotemarin commented 8 years ago

Also, do we always store the auto-created key in ~/.ssh/mrjob/?

coyotemarin commented 8 years ago

And of course this shouldn't fail for users who don't have permissions to create keys.