A company has a centralized group of users with large file storage requirements that have exceeded the space available on premises. The company wants to extend its file storage capabilities for this group while retaining the performance benefit of sharing content locally.
What is the MOST operationally efficient AWS solution for this scenario?
A. Create an Amazon S3 bucket for each user. Mount each bucket by using an S3 file system mounting utility.
B. Configure and deploy an AWS Storage Gateway file gateway. Connect each user’s workstation to the file gateway.
C. Move each user’s working environment to Amazon WorkSpaces. Set up an Amazon WorkDocs account for each user.
D. Deploy an Amazon EC2 instance and attach an Amazon Elastic Block Store (Amazon EBS) Provisioned IOPS volume. Share the EBS volume directly with the users.
B
技巧:排除明顯錯誤選項,在沒有明顯錯誤的選項中選擇最合理的選項。
在這個場景中,公司需要一個既能擴展存儲空間,又能保持本地共享性能的解決方案。
A. 不正確。為每個用戶創建一個Amazon S3存儲桶,并使用S3文件系統掛載工具掛載每個存儲桶。該方案為每個用戶創建一個存儲桶,在管理和成本上不太高效,而且性能和延遲可能不如本地存儲,特別是在需要大量隨機讀寫操的時候。
B. 正確。配置和部署AWS Storage Gateway文件網關,將每個用戶的工作站連接到文件網關。Storage Gateway 文件網關允許用戶將本地應用程序無縫連接到Amazon S3 存儲桶,同時保持本地文件共享的性能優勢。用戶可以通過網關在本地訪問數據,而數據實際上存儲在S3中,從而解決了存儲空間的問題。這種方法結合了本地性能和云存儲的容量優勢,非常適合這個場景。
C. 不正確。將每個用戶的工作環境遷移到Amazon WorkSpaces,為每個用戶設置一個Amazon WorkDocs賬戶。WorkSpaces提供的是虛擬桌面服務,而WorkDocs是一個團隊協作和文檔管理工具;但是并不直接解決存儲擴展和保持本地性能的問題。
D. 不正確。部署一個Amazon EC2實例,并附加一個Amazon Elastic Block Store (EBS) Provisioned IOPS卷,直接將EBS卷與用戶共享。EBS Provisioned IOPS卷可以提供高性能的塊存儲能力,但將其直接用于多個用戶之間的共享可能會導致性能瓶頸,并且大容量的EBS卷,會顯著增加成本。