AWS Deep Learning Base Qualcomm AMI (Amazon Linux 2)
Note
For detailed software package information, please refer to the individual release notes pages linked below
Important
Amazon Linux 2 reaches end of life on June 30, 2026.
After this date, no new Amazon Linux 2 DLAMI releases, updates, or security patches will be provided.
For help getting started, see Getting started with DLAMI.
AMI Name Format
-
Deep Learning Base Qualcomm AMI (Amazon Linux 2) ${YYYY-MM-DD}
SSM Parameter Query
Please use the following Public SSM Parameter Query to find the latest DLAMI:
export SSM_PARAMETER=base-qualcomm-amazon-linux-2/latest/ami-id && \ aws ssm get-parameter --regionus-east-1\ --name /aws/service/deeplearning/ami/x86_64/$SSM_PARAMETER \ --query "Parameter.Value" \ --output text
AWSCLI Query
Please use the following AWS Query to find the latest DLAMI:
aws ec2 describe-images --regionus-east-1--owners amazon --filters 'Name=name,Values=Deep Learning Base Qualcomm AMI (Amazon Linux 2) ????????' 'Name=state,Values=available' --query 'reverse(sort_by(Images, &CreationDate))[:1].ImageId' --output text