playing with aws batch

This commit is contained in:
2018-09-15 08:10:25 -07:00
parent baa2dc836c
commit fb7dfd3b67
2 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#!/bin/bash
date
echo "Args: $@"
env
echo "This is my simple test job!."
echo "jobId: $AWS_BATCH_JOB_ID"
echo "jobQueue: $AWS_BATCH_JQ_NAME"
echo "computeEnvironment: $AWS_BATCH_CE_NAME"
sleep $1
date
echo "bye bye!!"