thelastpickle / tlp-cluster

tlp-cluster, a tool for launching Cassandra clusters in AWS
http://thelastpickle.com/tlp-cluster/
Other
21 stars 11 forks source link

Generate auxiliary credentials (SSH keys, security group) automatically #48

Closed nickbp closed 5 years ago

nickbp commented 5 years ago

cc @velo who originally recommended this

With the above, the user should only need to provide their AWS credentials, and if they've been using the aws CLI then those would already be available (see #45 ), making initial setup very simple.

This would also make it safer for the cluster creator to share the SSH keys to the cluster with a friend/coworker, as those keys would only be functional for that particular cluster.

rustyrazorblade commented 5 years ago

dupe of #41 and #42