acc2689b49
This adds support for using amazon-ebs/amazon-instance builder without a keypair. If a ssh_private_key_file is supplied without a ssh_keypair_name no temporary ssh keypair is created. If ssh_password is used no temporary ssh keypair is created and the password is used when trying to connect. Closes #2301 Closes #3156