Relative Content

Tag Archive for amazon-web-servicesaws-lambdaaws-batch

AWS Batch get all failed job name on specific Job Queue?

Is there a way to use AWS SDK, AWS Lambda or some python script to get all the job names that failed on specific job queue on AWS Batch? After extracting them, I would like to upload this to AWS S3 or RDS so that I can use it for Amazon QuickSight. I would like to also automatically run the script on a daily basis if that is also possible.