ansible-infrastructure
ansible-infrastructure copied to clipboard
Automatic creation of key-pair for EC2 Machines
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.