containers-roadmap icon indicating copy to clipboard operation
containers-roadmap copied to clipboard

[ECS] [FSx,FARGATE]: Support FSx OpenZFS mounting on ECS Linux fargate

Open drozier opened this issue 10 months ago • 1 comments

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Tell us about your request Expected to have a native support managed by ECS service of FSx OpenZFS mounted on ECS Fargate Linux Idealy same way as EFS mount mechanism and not inside the container of the tasks with operating system actions. Today, ECS only support FSX for OpenZFS with ECS EC2 https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/mount-openzfs-ecs-containers.html

Which service(s) is this request for? ECS, Fargate, Linux, FSx OpenZFS

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? Mount FSx OpenZFS storage between ECS Linux task and Windows EC2 instance. Having some Windows EC2 with FSx OpenZFS mounted. Need to share the storage with task running inside ECS Fargate Linux

Are you currently working around this issue? Yes, by using S3 bucket in between and a script to synchronize the content between FSx and S3.

Additional context Some similar tickets exist, but for FSx Lustre or Windows container.. Not for OpenZFS and Linux. [FSx Lustre for linux on Fargate] https://github.com/aws/containers-roadmap/issues/650 [FSx for windows on Fargate] https://github.com/aws/containers-roadmap/issues/1654

drozier avatar Apr 05 '24 19:04 drozier

We have the same use case, we have ECS tasks running on windows EC2 windows and tasks running on Fargate Linux, and we need to be able to use FSx.

SabrineMihni avatar Apr 08 '24 13:04 SabrineMihni