aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.1k stars 53 forks source link

Batch JobDefinitions don't support multi-container jobs #1941

Closed ramblingenzyme closed 3 months ago

ramblingenzyme commented 4 months ago

Name of the resource

AWS::Batch::JobDefinition

Resource name

No response

Description

The Batch documentation outlines how to setup multi-container jobs for ECS and EKS and indicates that it's supported by Clouformation.

The modified configuration is definitely supported and documented in the RegisterJobDefinition API call, but is missing from the Cloudformation documentation.

Is this an oversight, or does the support still need to be built out?

Other Details

https://docs.aws.amazon.com/batch/latest/userguide/multi-container-jobs.html https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html