# File lib/aws/auto_scaling/launch_configuration.rb, line 109 def key_pair if key_name EC2::KeyPair.new(key_name, :config => config) end end