1 Answer
- Newest
- Most votes
- Most comments
1
You can use Singularity containers with it through Seqera Containers, a project supported by AWS.
However, AWS Batch is a scheduler optimized for cost performance, job priority, and throughput, so for quick responses, services like Amazon ECS or Amazon EKS might be more suitable.
https://aws.amazon.com/blogs/hpc/announcing-seqera-containers-for-the-bioinformatics-community/ https://www.nas.nasa.gov/hecc/support/kb/running-a-singularity-container-image-in-aws_670.html
Relevant content
- asked 4 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 4 years ago
- AWS OFFICIALUpdated a year ago

thanks so much. in looking at Amazon ECS, do you know if it can natively support a singularity container? Or would it need to be convered to a Docker container?