AWS::ECS::TaskDefinition 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 Amazon Fargate. For more information, see Fargate task storage in the Amazon ECS User Guide for Amazon Fargate .
Note
For tasks using the Fargate launch type, the task requires the following platforms:
-
Linux platform version
1.4.0or later. -
Windows platform version
1.0.0or later.
Syntax
To declare this entity in your Amazon 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
21GiB and the maximum supported value is200GiB.Required: No
Type: Integer
Update requires: Replacement