
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company needs hybrid AWS Cloud storage for Windows users. The storage must provide low-latency performance for frequently accessed data.
Which AWS service will meet these requirements?
A
Amazon FSx File Gateway
B
Amazon Elastic File System (Amazon EFS)
C
Amazon S3
D
Amazon Elastic Block Store (Amazon EBS)
Explanation:
Amazon FSx File Gateway is the correct choice because:
Hybrid Storage: FSx File Gateway provides a hybrid storage solution that connects on-premises environments to AWS Cloud storage
Windows Compatibility: Amazon FSx is specifically designed for Windows file systems and supports SMB protocol, making it ideal for Windows users
Low-Latency Performance: It caches frequently accessed data locally, providing low-latency access to hot data while storing less frequently accessed data in Amazon FSx in the cloud
File Gateway Functionality: As a File Gateway, it presents file-based storage to on-premises applications through standard file protocols
Amazon EFS: Primarily for Linux-based file systems using NFS protocol, not optimized for Windows
Amazon S3: Object storage service, not designed for low-latency file access or Windows file system integration
Amazon EBS: Block storage service for EC2 instances, not designed for hybrid scenarios or file-level access across networks
Amazon FSx File Gateway combines the benefits of on-premises caching with cloud storage, making it perfect for Windows environments requiring hybrid storage with low-latency performance.