PrepAway - Latest Free Exam Questions & Answers

What AWS architecture would you recommend?

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?

PrepAway - Latest Free Exam Questions & Answers

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 that has an IAM policy that permits access to subdirectories within the bucket via 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 tor each customer with a Bucket Policy that permits access only to
that one customer.

Explanation:
In question we have keywords `scalable’ and company wants to `move systems’ to aws, which is best suited for
Auto- scaling group.

6 Comments on “What AWS architecture would you recommend?

    1. DK says:

      Yes, it’s a SAP not SAA question, and that’s why it’s C

      “A web design company currently runs several FTP servers that their 250 customers use…”

      You would have to change the behaviour of all clients to start using S3 transfer. That behaviour is quite likely baked into their applications requiring them to do development, or if it’s a bought application then they won’t have any choice in how to do the transfer at all (few applications have an S3 hook at the moment.

      C is the only solution that is guaranteed to work as it maintains the same interface for the customers – even if it doesn’t talk about reregistering the DNS to point to the AWS FTP servers.




      0



      0

Leave a Reply

Your email address will not be published. Required fields are marked *