Currently I generate a password with https://mumble.net/~campbell/js/pwgen/, ssh into the EC2 instance, and run jupyter notebook password interactively. This is silly. The tool that provisions a jupyter notebook should have some way to set the password automatically -- possibly by sshing in and running the noninteractive equivalent of jupyter notebook password, or possibly by being part of the userdata script fed to the EC2 instance creation.
Currently I generate a password with https://mumble.net/~campbell/js/pwgen/, ssh into the EC2 instance, and run
jupyter notebook password
interactively. This is silly. The tool that provisions a jupyter notebook should have some way to set the password automatically -- possibly by sshing in and running the noninteractive equivalent ofjupyter notebook password
, or possibly by being part of the userdata script fed to the EC2 instance creation.