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

A company has a nightly batch processing routine that analyzes report files that an on-premises file system receives daily through SFTP. The company wants to move the solution to the AWS Cloud. The solution must be highly available and resilient. The solution also must minimize operational effort.

Which solution meets these requirements?

Answer options

Correct answer: A

Explanation

AWS Transfer for SFTP is a fully managed, highly available service that eliminates the operational overhead of managing custom SFTP servers on EC2, ruling out options B and C. Integrating AWS Transfer for SFTP with Amazon EFS provides a standard file system interface, meaning the batch processing application does not need to be refactored to pull files from Amazon S3 as required in option D. Additionally, using an Auto Scaling group with a scheduled scaling policy ensures the batch processing EC2 instances are only active and incurring costs during the nightly run.