Pre-configured environments#
AWS Neuron provides pre-configured environments so you can start running workloads without manual SDK installation. Choose the option that best fits your deployment model: a Deep Learning AMI for EC2-based development, a Deep Learning Container for orchestrated deployments, or a custom Docker build for full control.
Which environment is right for you?#
Option |
Best for |
Setup time |
Customization |
Deployment targets |
|---|---|---|---|---|
Deep Learning AMI |
EC2 development, quick prototyping, Jupyter notebooks |
~5 minutes |
Pre-configured virtual environments |
EC2 |
Deep Learning Container |
Production deployments, orchestrated workloads |
~10 minutes |
Container-based, framework-specific images |
EKS, ECS, Batch, EC2 |
Custom Docker |
Full control, CI/CD pipelines, custom dependencies |
~30 minutes |
Complete flexibility |
Any |