AWS Storage Gateway: access control, authentication and clients

0

A customer has just started using AWS Storage Gateway (File Gateway - NFS), and they have some specific questions:

  1. How can you restrict access to specific files / folders when using NFS? I am aware of this mechanism: are there any alternatives?
  2. Are there any clients or web UIs that you could use to interact with file stored in the file share, or is mounting the file share on an OS the only option?
  3. Are there any ways to restrict the possibility of mounting/accessing the file share in addition to IP-based filtering? Can you enable any sort of authentication mechanism?
AWS
已提問 3 年前檢視次數 802 次
1 個回答
0
已接受的答案
  1. AWS Storage Gateway (File Gateway - NFS) provides a standard NFS filesystem and it relies on standard unix permissions as mentioned here: https://docs.aws.amazon.com/storagegateway/latest/userguide/managing-gateway-file.html#edit-metadata-defaults

  2. There is no web UI to go through the file share. One option would be to use the S3 console or any other S3-compatible GUI, but beware such GUI would not maintain file metadata that File Gateway uses to store UNIX permissions (as mentioned in 1.) and could break desired permissions.

  3. AWS Storage Gateway (File Gateway - NFS) only provided IP based filtering for NFS accesses, as mentioned here: https://docs.aws.amazon.com/storagegateway/latest/userguide/managing-gateway-file.html#edit-nfs-client

AWS Storage Gateway (File Gateway - SMB) has more possibilities on these topics, it may be worth considering it depending on the type of file share clients they have.

AWS
Nicolas
已回答 3 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南