Configure a Windows Client - Deep Learning AMI

Configure a Windows Client

Prepare

Be sure you have the following information, which you need to set up the SSH tunnel:

  • The public DNS name of your Amazon EC2 instance. You can find the public DNS name in the EC2 console.

  • The key pair for the private key file. For more information about accessing your key pair, see Amazon EC2 Key Pairs in the Amazon EC2 User Guide for Linux Instances.

Using Jupyter Notebooks from a Windows Client

Refer to these guides on connecting to your Amazon EC2 instance from a Windows client.

To create a tunnel to a running Jupyter server, a recommended approach is to install Git Bash on your Windows client, then follow the Linux/macOS client instructions. However, you may use whatever approach you want for opening an SSH tunnel with port mapping. Refer to Jupyter's documentation for further information.

Next Step

Configure a Linux or macOS Client