Summary
- This page outlines how to configure AWS Batch to create a LSF/Slurm like setup for running several jobs in parallel on spot instances
- Components
- Create a custom AmazonECS AMI (controls available diskspace)
- Create a custom Docker Image in Amazon ECR (Contains all needed software - we use Ubuntu as starting point)
- This contains a generic /run_job.sh which will be our entry point
- Create a EFS instance (This provides space for input/output data for your jobs)
VPC Setup
- Enable DNS hostname and DNS resolution on your VPC