We have mandatory health checks on our ECS cluster (see AWS announcement). I’m able to find several examples of how to pass a health check for a web service (RESTful or otherwise). When reviewing the Terraform provider docs, I found the aws_batch_job_definition but did not see a parameter related to health checks.
How might I configure health checks for a batch processing application? It’s also helpful for me to know if you don’t think it’s possible.