ansible-infrastructure icon indicating copy to clipboard operation
ansible-infrastructure copied to clipboard

Automatic creation of key-pair for EC2 Machines

Open krisdante opened this issue 5 years ago • 3 comments

Background

Currently, the creation of key-pair is not automated. The key needs to be created by hand and it's the name provided in settings.

Need

It could be possible to offload this to automation. One of the solutions would be to generate the key elsewhere and put the key itself into settings. Then this key will be added to AWS.

Why?

This would allow us to generate those keys in CI when CI does not know them yet, and also allow users to provide their private (sic!) keys.

krisdante avatar Feb 04 '20 22:02 krisdante