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
AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time.
Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator to estimate your infrastructure costs.
If you are an AWS Free Tier customer with a free plan, you are eligible to subscribe to this offer. You can use free credits to cover the cost of eligible AWS infrastructure. See AWS Free Tier for more details. If you created an AWS account before July 15th, 2025, and qualify for the Legacy AWS Free Tier, Amazon EC2 charges for Micro instances are free for up to 750 hours per month. See Legacy AWS Free Tier for more details.
You pay by the hour based on the EC2 instance type you launch. Each dimension maps to one instance size, and the software runs inside your own AWS account. Pricing scales with the instance you pick: small general-purpose types cost less, while GPU types (g-series, p-series) and large memory or compute types (r, m, c, x, i, d, z families) cost more. Hourly charges apply only while an instance runs. You choose the type at launch to match your compute, RAM, VRAM, or CPU-only needs, and can change instances anytime.
Top-of-mind questions for buyers
What does one hourly unit cover, and what runs inside that instance?
Each unit is one running EC2 instance of the type you pick, billed per hour. The instance runs a Jupyter notebook AMI with guided browser setup, GPU support, and optional cloud storage. You launch it in your own AWS account and choose the instance size at launch.
Am I charged when the instance is stopped or paused?
Hourly software charges apply only while an instance runs. Stopping the instance stops the software charges. AWS may still bill underlying storage for a stopped instance, but the notebook software meters running time only. Subscribing without launching does not incur charges.
Can I switch instance types after I start, and how does that affect billing?
Yes. You pick the type at launch and can change instances later. Each type maps to its own hourly rate, so your charge follows whichever instance is running. For example, GPU types serve deep learning work, while CPU-only types handle lighter tasks at a different rate.
www.sigmodata.com
Helpful?
Vendor refund policy
No refunds, but you may cancel at any time.
How can we make this page better?
Tell us how we can improve this page, or report an issue with this product.
Give us feedbackReport a problem with this product or seller
Legal
Vendor terms and conditions
Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA).
Content disclaimer
Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.
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
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.
Be the first to review this product. We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.