AWS Certified Solutions Architect – Associate (SAA-C03) — Question 2

A company is running an SMB file server in its data center. The file server stores large files that are accessed frequently for the first few days after the files are created. After 7 days the files are rarely accessed.
The total data size is increasing and is close to the company's total storage capacity. A solutions architect must increase the company's available storage space without losing low-latency access to the most recently accessed files. The solutions architect must also provide file lifecycle management to avoid future storage issues.
Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

Option B is correct because it allows for the extension of storage through Amazon S3 while ensuring that files older than 7 days are moved to a lower-cost storage class, meeting both access and lifecycle management needs. Option A does not provide immediate access to files, while C does not incorporate lifecycle management for older files. Option D relies on user-installed utilities, which may not be practical or efficient for all users.