Ultimate access to all questions.
A medical research lab seeks to distribute study data with minimal latency to clinics for local file-based applications. The data is stored in an Amazon S3 bucket with read-only access for clinics. What is the recommended solution for a solutions architect to implement?
Explanation:
The correct answer is A: Deploy AWS Storage Gateway file gateway VMs at each clinic. This solution allows the clinics to locally cache frequently accessed data from the Amazon S3 bucket, thereby reducing latency. AWS Storage Gateway file gateway provides a seamless integration with on-premises applications since it presents the S3 bucket as an NFS or SMB file share. This setup ensures minimal latency and maintains the read-only permissions for each clinic, fulfilling all specified requirements.