ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

131 / 690

Question 131:

It is expected that only certain specified customers can upload images to the S3 bucket for a certain period of time. What would you suggest as an architect to fulfill this requirement?

Answer options:

A.Create a secondary S3 bucket. Then, use an AWS Lambda to sync the contents to the primary bucket.
B.Use pre-signed URLs for uploading the images.
C.Use ECS Containers to upload the images.
D.Upload the images to SQS and then push them to the S3 bucket.