MatthiasScholz / cos

Basic Cluster Orchestration Setup
GNU Lesser General Public License v3.0
34 stars 11 forks source link

Remove instance key as required parameter #77

Closed MatthiasScholz closed 3 years ago

MatthiasScholz commented 4 years ago

Currently it is required to have an instance key configured and available in AWS. This was done to ease debugging and issue investigation during development.

With the AWS SystemManager an other alternative exists which avoid the use of SSH keys. Furthermore no bastion setup is needed in order to interact with the instance.

Nevertheless the AWS SystemManager has to be supported by the AMI.

MatthiasScholz commented 3 years ago

Relates to #83.

MatthiasScholz commented 3 years ago

Solved with PR #87.