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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则