AWS Certified Solutions Architect – Professional — Question 833

A company has an existing on-premises three-tier web application. The Linux web servers serve content from a centralized file share on a NAS server because the content is refreshed several times a day from various sources. The existing infrastructure is not optimized and the company would like to move to AWS in order to gain the ability to scale resources up and down in response to load. On-premises and AWS resources are connected using AWS Direct Connect.
How can the company migrate the web infrastructure to AWS without delaying the content refresh process?

Answer options

Correct answer: C

Explanation

Amazon EFS is a managed NFS file system that can be concurrently mounted on-premises via AWS Direct Connect and on Amazon EC2 instances, ensuring immediate access to content updates without sync delays. Option A is incorrect because standard Amazon EBS volumes cannot be shared across multiple instances in this manner, and periodic syncs introduce delays. Options B and D are incorrect because nightly updates or Storage Gateway caching mechanisms would fail to support the requirement of immediate, multi-times-a-day content refreshes.