# File lib/aws/ec2/key_pair_collection.rb, line 26 def create key_name create_or_import(:create_key_pair, :key_name => key_name) end