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

A company runs a highly available SFTP service. The SFTP service uses two Amazon EC2 Linux instances that run with elastic IP addresses to accept traffic from trusted IP sources on the internet. The SFTP service is backed by shared storage that is attached to the instances. User accounts are created and managed as Linux users in the SFTP servers.

The company wants a serverless option that provides high IOPS performance and highly configurable security. The company also wants to maintain control over user permissions.

Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

AWS Transfer Family provides a serverless SFTP service that integrates directly with Amazon EFS to preserve POSIX file system permissions, allowing the organization to maintain control over Linux user permissions. Utilizing an internet-facing VPC endpoint with Elastic IP addresses allows the attachment of a security group to restrict traffic to trusted IP sources. Other options fail because Amazon EBS cannot be attached to AWS Transfer Family, and Amazon S3 does not natively enforce POSIX permissions required to easily maintain existing Linux user controls.