Skip to content

peroxyacyl/batch.tmpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run df command on an AWS batch container with 1 vCPUs, 2GB memory and 10GB ephemeral storage:

# set up ECR and AWS Batch queue
export REPOSITORY_DOMAIN=xxxxxxxxx.dkr.ecr.ap-northeast-1.amazonaws.com
export REPOSITORY_NAME=my_repo
export JOB_QUEUE=default_queue

./runbatch.sh --cpu 1 --memory 2000 --volume 10 --name display_free_disk_space "df"

dependencies

You'll need:

awscli
gawk
jq
docker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published