banyan-team / banyan-julia

A suite of familiar Julia APIs for bigger datasets with less cloud and lower costs.
https://banyancomputing.com
Apache License 2.0
17 stars 1 forks source link

Make SSH key pair optional #23

Open calebwin opened 3 years ago

calebwin commented 3 years ago

The EC2 SSH key pair should not be required when creating a new cluster. And when a user creates a new account, a default cluster should be created without any key pair. The creation of the cluster should also result in an email being sent to the user indicating that the cluster is ready for use.

calebwin commented 3 years ago

Right now, this is also required in configure. That will have to be removed as well if possible.

cailinw commented 2 years ago

There are multiple issues mentioned in this issue. Splitting into another issue #55

calebwin commented 2 years ago

@cailinw Has this been tested?