Skip to content

AWS Batch and Singularity Containers

0

I am interested in using AWS batch. in the documentation I see that it can be used to run docker containers. However, I have a singularity container that I would like to run. Can AWS batch work with singularity containers?

asked 2 years ago662 views
1 Answer
1
Accepted Answer

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

EXPERT
answered 2 years ago
EXPERT
reviewed 2 years 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?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.