
Answer-first summary for fast verification
Answer: Create pre-signed URLs for paid subscriber downloads.
The correct answer is B: 'Create pre-signed URLs for paid subscriber downloads.' Generating a pre-signed URL allows you to grant temporary access to a private object in S3. This URL can be created programmatically and set with an expiration time, ensuring that only paid subscribers who request a download can access the content. This approach effectively restricts access and maintains the security of paid content.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
How can a company restrict access to premier content in an S3 bucket, ensuring it's only available to paid subscribers?
A
Implement a bucket policy for anonymous user downloads.
B
Create pre-signed URLs for paid subscriber downloads.
C
Enforce multi-factor authentication in bucket policy.
D
Use server-side encryption for data protection.