> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/continuous-delivery/troubleshooting-and-resources/armory/general/ecs-supporting-ephemeralstorage-in-fargate.md).

# ECS- Supporting EphemeralStorage in Fargate

### Issue <a href="#issue" id="issue"></a>

In some versions of Spinnaker and Armory Enterprise, [AWS Ephemeral Storage for Fargate](https://aws.amazon.com/about-aws/whats-new/2021/04/amazon-ecs-aws-fargate-configure-size-ephemeral-storage-tasks/) is not available. When a user attempts to define EphemeralStorage in ECS from an artifact definition, such as with the following definition:

```
    "ephemeralStorage": {

        "sizeInGiB": 100

    },
```

The storage of 100GB does not get assigned.

### Cause <a href="#cause" id="cause"></a>

This issue is as a result of <https://github.com/spinnaker/kork/pull/862> and the related [dependency.](https://github.com/spinnaker/spinnaker/issues/6417)
