Overview
JupyterLab
JupyterLab on the instance after setup - TensorFlow and PyTorch are already installed
JupyterLab
Sign in
Setup wizard - administrator account
Jupyter notebook instance ready to train deep learning models
-
Start coding in minutes
-
Browser-based setup wizard on first launch over HTTPS (port 443). You choose the administrator password during setup.
-
Sign in with a local account, single sign-on (OIDC: Okta, Microsoft Entra ID, Google Workspace, Auth0), or LDAP / Active Directory. SSO and LDAP only control who can open this instance. Jupyter is one shared notebook, not JupyterHub, and does not isolate users from each other.
-
Optional trusted TLS certificate from Let's Encrypt, with or without a domain name
-
Built-in admin console for GPU, storage, certificate and service status
-
Runs on GPU automatically if available. Recommended instance: g6.xlarge (NVIDIA L4). Also g4dn.xlarge (cheaper T4), g6.2xlarge (more RAM), g6e.xlarge (L40S, more VRAM), or m7i.xlarge for CPU-only.
-
Python version 3.12
-
Latest Tensorflow and PyTorch versions
-
Scikit Learn, Matplotlib, Numpy included as dependencies
-
Nvidia CUDA 12.9 + cuDNN (only if running on GPU instance)
Highlights
- Jupyter with current TensorFlow, PyTorch, and CUDA - start training instead of building an AMI
- Local accounts or OIDC/LDAP control who can open a shared Jupyter instance
- Browser setup over HTTPS; GPU on automatically. Recommended GPU instance: g6.xlarge
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
- ...
Dimension | Cost/hour |
|---|---|
g5.xlarge Recommended | $0.15 |
t2.micro | $0.00 |
t3.micro | $0.075 |
m5a.4xlarge | $0.16 |
c5n.2xlarge | $0.16 |
m5d.2xlarge | $0.14 |
d2.xlarge | $0.20 |
i3.metal | $0.20 |
t3.nano | $0.05 |
c5d.9xlarge | $0.18 |
Vendor refund policy
No refunds, but you may cancel at any time.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
- Security updates for January 2026
- Updated CUDA version to 12.9
- Updated Python version to 3.12
- Updated to latest Tensorflow version
- Updated to latest PyTorch version
- Updated to latest Nvidia drivers version
Additional details
Usage instructions
- Launch the product via 1-click.
- Access the application via web browser at https://<instance-ip>:8888/
- Accept self-signed SSL certificate warning (a free certificate is generated by the instance unless you provide your own - see below for instructions)
- Login using the EC2 instance ID as the password (ex i-xxxxxxxxxxxxxxxxx)
- Click new > Python3 to create a new notebook. From then on you can experiment with Tensorflow, Keras and Pytorch
- When selecting an ec2 instance type, pick an instance with GPUs (ex g5.xlarge) to automatically enable faster model training in Tensorflow and Pytorch thanks to GPU acceleration
Optional settings via User Data:
- The instance can be configured to map a S3 bucket, and/or custom SSL certificates for the https connection (instead of the auto-generated ones)
- Provide the values in the User Data section of the EC2 launch screen
- S3_BUCKET set this user data if you wish to use S3 as storage for your notebooks. Add a line such as S3_BUCKET=your-s3-bucket-name and the instance will try to mount the bucket as the notebook directory (and also independently as /home/ec2-user/s3). This requires the right IAM role with S3 access to the bucket
- SSL_CERT, SSL_KEY set this user data if you wish to use your own SSL certificate. Add SSL_CERT=/home/ec2-user/s3/path-to-cert.crt and SSL_KEY=/home/ec2-user/s3/path-to-cert.key to let the instance copy the certificate and private key. This can be useful if you don't want a self-signed certificate to be generated.
- PORT set this optional value to a different port number than the default (8888). For example, to run on port 443 add a user-data line like "PORT=443"
- DISABLE_SSL (not recommended) this will disable SSL as well as traffic encryption between your browser and the server. To disable SSL, add the user-data line "DISABLE_SSL=true". You will have to set the url to http instead of https, for example http://<instance ip>:8888
Resources
Vendor resources
Support
Vendor support
contact: aws-support@sigmodata.com
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.