Home > Enterprise >  Is it possible to mount FSx storage on a Fargate windows containers?
Is it possible to mount FSx storage on a Fargate windows containers?

Time:01-20

I am trying to figure out if I can use Fargate for our app. As it uses a network storage, we decided to use FSx. However, I am unable to find a documentation on AWS on how to mount an FSx storage on a Fargate windows container. Is it possible?

I have only found this AWS article on how to mount FSx storage on ECS EC2 container host.

Could somebody confirm if FSx on Fargate windows containers is possible?

CodePudding user response:

As for now it is not supported. FSx documentation mentions this here: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/wfsx-volumes.html

You cannot use FSx for Windows File Server volumes in a Windows containers on Fargate configuration.
  •  Tags:  
  • Related