This template creates an AWS Batch job definition with the specified parameters. The example provided creates a job definition named 'nvidia-smi' of type 'container'. It includes container properties such as mount points, volumes, command, privileged access, job role ARN, readonly root filesystem, resource requirements, and the image to be used.

JobDefinition
AWS::Batch::JobDefinition


ContainerProperties

Command

Environment
EphemeralStorage
FargatePlatformConfiguration
LinuxParameters
Devices
Tmpfs
LogConfiguration
SecretOptions
MountPoints
NetworkConfiguration
ResourceRequirements
Secrets
Ulimits
Volumes
EfsVolumeConfiguration
AuthorizationConfig
Host

CloudFormation Template

Share Template