amazon-web-serviceswindows-serverfilesharequorumamazon-fsx

Fileshare service for application


I need a filshare, SMB, quorum service for my applications, applications are both windows and linux based.

I tried using AWS FSx Windows cluster but they do not provide auto failover for linux clients, means that linux client will connect to failed subnet unless the failover restored. So, I tried AWS FSx for ONTAP but minimum ssd capacity is 1TB which is going to be costly. I tried creating 2 windows instances with WSFC and quorum, but when I tried to attach EBS to it, it didn't show disks in Failover Clustering, and I dont know how to use iscsi backend with EBS volumes or is it even possible to use it.

But I want alternatives and solutions to FSx or anything will be helpful

Thank You!


Solution

  • FSx for ONTAP is the way to go here if you can afford it, EBS has many limitations around multi-attach:

    IF WSFC is a must, I would have to go with FSx for ONTAP which doesn't have any of these limitations, and check if it can help consolidate more data into the same filesystem (like the actual data in the WSFC) to elevate the cost consideration.