class Aws::ECS::Types::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 Fargate. For more information, see [Fargate task storage] in the *Amazon ECS User Guide for Fargate*.

<note markdown=“1”> This parameter is only supported for tasks hosted on Fargate using platform version `1.4.0` or later.

</note>

[1]: docs.aws.amazon.com/AmazonECS/latest/userguide/using_data_volumes.html

@note When making an API call, you may pass EphemeralStorage

data as a hash:

    {
      size_in_gi_b: 1, # required
    }

@!attribute [rw] size_in_gi_b

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.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/EphemeralStorage AWS API Documentation

Constants

SENSITIVE