ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 85 - DVA-C02 discussion

Report
Export

A company has an Amazon S3 bucket containing premier content that it intends to make available to only paid subscribers of its website. The S3 bucket currently has default permissions of all objects being private to prevent inadvertent exposure of the premier content to non-paying website visitors.

How can the company Limit the ability to download a premier content file in the S3 Bucket to paid subscribers only?

A.
Apply a bucket policy that allows anonymous users to download the content from the S3 bucket.
Answers
A.
Apply a bucket policy that allows anonymous users to download the content from the S3 bucket.
B.
Generate a pre-signed object URL for the premier content file when a pad subscriber requests a download.
Answers
B.
Generate a pre-signed object URL for the premier content file when a pad subscriber requests a download.
C.
Add a Docket policy that requires multi-factor authentication for request to access the S3 bucket objects.
Answers
C.
Add a Docket policy that requires multi-factor authentication for request to access the S3 bucket objects.
D.
Enable server-side encryption on the S3 bucket for data protection against the non-paying website visitors.
Answers
D.
Enable server-side encryption on the S3 bucket for data protection against the non-paying website visitors.
Suggested answer: B

Explanation:

This solution will limit the ability to download a premier content file in the S3 bucket to paid subscribers only because it uses a pre-signed object URL that grants temporary access to an S3 object for a specified duration. The pre-signed object URL can be generated by the company's website when a paid subscriber requests a download, and can be verified by Amazon S3 using the signature in the URL. Option A is not optimal because it will allow anyone to download the content from the S3 bucket without verifying their subscription status. Option C is not optimal because it will require additional steps and costs to configure multi-factor authentication for accessing the S3 bucket objects, which may not be feasible or user-friendly for paid subscribers. Option D is not optimal because it will not prevent non-paying website visitors from accessing the S3 bucket objects, but only encrypt them at rest.

Reference: Share an Object with Others, [Using Amazon S3 Pre-Signed URLs]

asked 16/09/2024
marco damone
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first