When executing an AWS Batch job, I would like to know when the job was created. The API provides a way to get job details, including createdAt
. But how do I know the job id to fetch those details?
Asked
Active
Viewed 178 times
0

linqu
- 11,320
- 8
- 55
- 67
1 Answers
1
A list of job IDs on which this job depends. A job can depend upon a maximum of 20 jobs. The job ID of the AWS Batch job associated with this dependency.
Use following link might help,
http://docs.aws.amazon.com/batch/latest/APIReference/API_JobDependency.html

Nisal Edu
- 7,237
- 4
- 28
- 34