oveits / openshift-terraform-ansible_installer

2 stars 0 forks source link

The existence of the SSH key should be checked before creating the AWS instances #6

Open oveits opened 7 years ago

oveits commented 7 years ago

Today, the AWS instances are created, then we try to connect via SSH and this will fail, if the SSH key is not available. This leads to tainted instance resources (minimum cost: on hour per instance)

We should check, whether an SSH key is found before creating the instances.

Note that the key might be found in several locations (also in the home directory)?