ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

219 / 465

Question 219:

A web design company currently runs several FTP servers for their 20 customers to upload and download large graphic files. They want to move this system to AWS. They also want to maintain customer privacy and keep the costs incurred on AWS side to a minimum.

Answer options:

A.Ask their customers to use an S3 client instead of an FTP client. Create a single S3 bucket. Create an IAM user for each customer. Put the IAM Users in a Group with an IAM policy that permits access to objects ( files ) within the bucket via the use of the ‘username’ policy variable.
B.Create a single S3 bucket with Reduced Redundancy Storage turned on and ask their customers to use an S3 client instead of an FTP client. Create a bucket for each customer with a Bucket Policy that permits access only to that one customer.
C.Create an Auto Scaling Group of FTP servers with a scaling policy to automatically scale-in when minimum network traffic on the auto-scaling group is below a given threshold. Load a central list of FTP users from S3 as part of the user data startup script on each Instance.
D.Create a single S3 bucket with Requester Pays turned on and ask their customers to use an S3 client instead of an FTP client. Create a bucket for each customer with a bucket policy that permits access only to that one customer.