AWS Certified Solutions Architect – Professional — Question 965

A web design company currently runs several FTP servers that their 250 customers use to upload and download large graphic files They wish to move this system to AWS to make it more scalable, but they wish to maintain customer privacy and Keep costs to a minimum.
What AWS architecture would you recommend?

Answer options

Correct answer: A

Explanation

Using a single S3 bucket with folder-level partitioning and IAM policy variables (such as '${aws:username}') allows secure, isolated access for multiple clients while keeping S3 costs and administration overhead low. Creating individual buckets for 250 customers is highly inefficient and difficult to manage, while running an Auto Scaling group of FTP servers on EC2 introduces unnecessary compute costs and management complexity. Transitioning clients to an S3-compatible client directly leverages AWS's highly durable and scalable storage without maintaining server infrastructure.