AWS Certified Solutions Architect – Professional — Question 923

A finance company hosts a data lake in Amazon S3. The company receives financial data records over SFTP each night from several third parties. The company runs its own SFTP server on an Amazon EC2 instance in a public subnet of a VPC. After the files are uploaded, they are moved to the data lake by a cron job that runs on the same instance. The SFTP server is reachable on DNS sftp.example.com through the use of Amazon Route 53.
What should a solutions architect do to improve the reliability and scalability of the SFTP solution?

Answer options

Correct answer: B

Explanation

AWS Transfer for SFTP is a fully managed, highly available, and auto-scaling service that integrates directly with Amazon S3, removing the operational overhead of managing EC2 instances and custom cron jobs. Implementing this service provides a seamless and highly reliable migration path for SFTP workloads. Other options that rely on managing self-hosted SFTP servers on EC2 or using AWS Storage Gateway do not offer the same level of native scalability and simplicity.