AWS Certified Solutions Architect – Professional (SAP-C02) — Question 222

A company is serving files to its customers 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

Option B is correct because it allows for a smooth transition to AWS Transfer Family while maintaining the same connection method for customers. It leverages S3 for storage and ensures that the security group with customer IP addresses is applied, which enhances availability without increasing complexity. Options A, C, and D do not adequately address the requirement of maintaining the existing connection method or introducing unnecessary complexity in the infrastructure.