AWS::Batch::JobDefinition EphemeralStorage - AWS CloudFormation

AWS::Batch::JobDefinition EphemeralStorage

The amount of ephemeral storage to allocate for the task. This parameter is used to expand the total amount of ephemeral storage available, beyond the default amount, for tasks hosted on AWS Fargate.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "SizeInGiB" : Integer }

YAML

SizeInGiB: Integer

Properties

SizeInGiB

The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is 21 GiB and the maximum supported value is 200 GiB.

Required: Yes

Type: Integer

Update requires: No interruption