

# Amazon Deep Learning Base AMI with Single CUDA (Ubuntu 24.04)
<a name="aws-deep-learning-x86-base-with-single-cuda-ami-ubuntu-24-04"></a>

**Note**  
For detailed software package information, please refer to the individual release notes pages linked below

For help getting started, see [Getting started with DLAMI](getting-started.md).

#### AMI Name Format
<a name="name-x86-base-with-single-cuda-ami-ubuntu-24-04"></a>
+ Deep Learning Base AMI with Single CUDA (Ubuntu 24.04) \$1\$1YYYY-MM-DD\$1

**Note**  
This DLAMI is now available on EC2 Image Builder as an Amazon-managed Base Image. For more information, refer to [Using Deep Learning AMIs with EC2 Image Builder](using-dlami-with-image-builder.md).

#### SSM Parameter Query
<a name="ssm-param-x86-base-with-single-cuda-ami-ubuntu-24-04"></a>

 **Please use the following Public SSM Parameter Query to find the latest DLAMI: ** 

```
export SSM_PARAMETER=base-with-single-cuda-ubuntu-24.04/latest/ami-id && \
        aws ssm get-parameter --region us-east-1 \
        --name /aws/service/deeplearning/ami/x86_64/$SSM_PARAMETER \
        --query "Parameter.Value" \
        --output text
```

#### AWSCLI Query
<a name="awscli-x86-base-with-single-cuda-ami-ubuntu-24-04"></a>

 **Please use the following Amazon Query to find the latest DLAMI: ** 

```
aws ec2 describe-images --region us-east-1 --owners amazon --filters 'Name=name,Values=Deep Learning Base AMI with Single CUDA (Ubuntu 24.04) ????????' 'Name=state,Values=available' --query 'reverse(sort_by(Images, &CreationDate))[:1].ImageId' --output text
```

#### Latest Releases
<a name="latest-release-x86-base-with-single-cuda-ami-ubuntu-24-04"></a>

**Topics**
+ [Deep Learning Base AMI with Single CUDA (Ubuntu 24.04) 20260425](aws-deep-learning-ami-gpubasesinglecuda-ul2404-2026-04-27.md)
+ [Deep Learning Base AMI with Single CUDA (Ubuntu 24.04) 20260422](aws-deep-learning-ami-gpubasesinglecuda-ul2404-2026-04-24.md)