AWS Certified Developer – Associate — Question 91

A developer is writing a web application that must share secure documents with end users. The documents are stored in a private Amazon S3 bucket. The application must allow only authenticated users to download specific documents when requested, and only for a duration of 15 minutes.

How can the developer meet these requirements?

Answer options

Correct answer: B

Explanation

The correct answer is B because generating a presigned URL allows authenticated users to access specific documents for a defined period, in this case, 15 minutes. Option A does not address the secure access requirement, while C only provides encryption and HTTPS without controlling access duration. Option D would be cumbersome to manage and does not provide a secure access mechanism within the required time frame.