DRAGEN on AWS
Last updated
Was this helpful?
Last updated
Was this helpful?
You can run DRAGEN analysis on Amazon Web Services (AWS). For information on using DRAGEN, see the . For information on using AWS, see the AMI documentation available on the Amazon Web Services site.
There are two options available for using the AMI: a Marketplace AMI (Pay-As-You-Go) and a Private AMI (Bring-Your-Own-License). To use the Marketplace AMI, visit the AWS Marketplace and subscribe to the DRAGEN Complete Suite. For access to the Private AMI, please contact our to obtain licensing and deployment instructions. Also, please refer to the for more information.
To launch an EC2 instance, refer to the - making sure you select the desired DRAGEN AMI and instance type.
For instance type, an is required. f2.6xlarge instance type is recommended for DRAGEN if regionally available, otherwise f1.4xlarge.
For configure storage, we recommend attaching 2TB of EBS storage using 4x 500GB GP3 volumes configured as RAID0, if local instance storage is insufficient
Navigate to the Instances page and select the instance to connect to.
Click Connect, then choose SSH client.
instanceUse appropriate username: ec2-user for EL8 images, or centos for EL7 images.
Mount the disks to /staging
on the instance using the following commands as needed.
For example, the following command mounts four volumes attached at /dev/nvme1n1
, /dev/nvme2n1
, /dev/nvme3n1
, and /dev/nvme4n1
to a RAID 0 on /staging
.
Input files, including the , must be downloaded to the instance. DRAGEN can also process large input files (e.g., FASTQ, BAM) directly from s3 or a pre-signed URL. Ensure the instance has access to the s3 bucket via local credentials or an IAM role.
You can use DRAGEN command-line options. For more information on DRAGEN analysis and command line options, see the of the user guide. For information on using AWS, see the AMI documentation available on the Amazon Web Services site.
Note: As stated in the , if running DRAGEN in a container with IDMSv2 - make sure to increase your hop count to at least 2.