packer/builder/amazon/instance
Lesko, Matthew (NIH/NLM/NCBI) [C] 9d097f9d4e Permit Temp keys and named SSH keypairs
These changes permit the use of pre-created SSH keypairs with AWS. If
so, the configuration for the builder needs to include an
ssh_keypair_name option and a ssh_private_key_file.

If ssh_private_key_file is *not* defined, it'll go through the
rigamarole of creating a temporary keypair. The ssh_keypair_name option
by itself won't make that change, because it doesn't make sense to
specify a keypair but not tell packer where the private key is, but it
does happen that you could have a private key and the public-key is
"baked in", and not part of your EC2 account.
2015-01-13 16:27:33 -05:00
..
builder.go Permit Temp keys and named SSH keypairs 2015-01-13 16:27:33 -05:00
builder_test.go builder/amazon/*: warnings 2013-11-02 22:56:54 -05:00
step_bundle_volume.go Print the evaluated bundle commands 2014-07-24 16:30:30 -07:00
step_register_ami.go Add option to enable enhanced networking (SriovNetSupport) for images. 2014-06-04 14:58:11 -07:00
step_upload_bundle.go Merge pull request #1373 from anthonybishopric/debug_bundle_commands 2014-09-02 09:49:12 -07:00
step_upload_x509_cert.go provisioner/file: set file/directory permissions 2014-05-09 21:03:35 -07:00