List of questions
Related questions
Question 406 - DVA-C01 discussion
A photo sharing website gets millions of new images every week The images are stored in Amazon S3 under a formatted date prefix A developer wants to move images to a few S3 buckets for analysis and further processing Images are not required to be moved in real time What is the MOST efficient method for performing this task?
A.
Use S3 PutObject events to Invoke AWS Lambda Then Lambda will copy the files to the other objects
B.
Create an AWS Lambda function that will pull a day of Images from the origin bucket and copy them to the other buckets.
C.
Use S3 Batch Operations to create jobs for images to be copied to each Individual bucket.
D.
Use Amazon EC2 to batch pull images from multiple days and copy them to the other buckets
Your answer:
0 comments
Sorted by
Leave a comment first