
Answer-first summary for fast verification
Answer: By generating S3 presigned URLs with a 7-day expiration period.
The most secure way to temporarily share S3-stored documents with external users for a limited duration is by using S3 presigned URLs. Presigned URLs grant time-limited access to specific objects in the S3 bucket without altering the bucket's underlying permissions. This method allows setting an expiration time for the URL, ensuring that access is automatically revoked after the specified period, which in this case is 7 days.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How can a company securely share S3-stored reference documents with external workshop attendees for a limited duration of 7 days?
A
By generating S3 presigned URLs with a 7-day expiration period.
B
By relocating documents to an Amazon WorkDocs folder and sharing the folder links.
C
By provisioning temporary IAM users with 7-day valid read-only access to the S3 bucket and sharing their keys.
D
By assigning a role with 7-day validity and S3 read-only permissions, then sharing the role's ARN.
No comments yet.