AWS Certified Solutions Architect – Professional — Question 577

A company is serving files to its customer through an SFTP server that is accessible over the Internet. The SFTP server is running on a single Amazon EC2 instance with an Elastic IP address attached. Customers connect to the SFTP server through its Elastic IP address and use SSH for authentication. The EC2 instance also has an attached security group that allows access from all customer IP addresses.
A solutions architect must implement a solution to improve availability, minimize the complexity of infrastructure management, and minimize the disruption to customers who access files. The solution must not change the way customers connect.
Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

AWS Transfer Family is a fully managed, highly available service that eliminates the operational overhead of managing EC2 instances for SFTP. Using a VPC-hosted, internet-facing endpoint allows the integration of the existing Elastic IP and the existing security group, keeping client connection methods unchanged. Options C and D introduce unnecessary infrastructure management complexity, while Option A's public endpoint configuration does not support security group attachment or custom Elastic IP association in the same manner as a VPC-hosted endpoint.