Multiple Choice
A Solutions Architect must design a web application that will be hosted on AWS, allowing users to purchase access to premium, shared content that is stored in an S3 bucket. Upon payment, content will be available for download for 14 days before the user is denied access. Which of the following would be the LEAST complicated implementation?
A) Use an Amazon CloudFront distribution with an origin access identity (OAI) . Configure the distribution with an Amazon S3 origin to provide access to the file through signed URLs. Design a Lambda function to remove data that is older than 14 days.
B) Use an S3 bucket and provide direct access to the file. Design the application to track purchases in a DynamoDB table. Configure a Lambda function to remove data that is older than 14 days based on a query to Amazon DynamoDB.
C) Use an Amazon CloudFront distribution with an OAI. Configure the distribution with an Amazon S3 origin to provide access to the file through signed URLs. Design the application to set an expiration of 14 days for the URL.
D) Use an Amazon CloudFront distribution with an OAI. Configure the distribution with an Amazon S3 origin to provide access to the file through signed URLs. Design the application to set an expiration of 60 minutes for the URL and recreate the URL as necessary.
Correct Answer:

Verified
Correct Answer:
Verified
Q372: A solutions architect is tasked with transferring
Q373: A company mandates that an Amazon S3
Q374: A company is creating an architecture for
Q375: A company has an application that calls
Q376: A company runs an application on a
Q378: A company needs to implement a relational
Q379: A company is using an Amazon S3
Q380: A media company is evaluating the possibility
Q381: A company has an application that calls
Q382: A company is planning to build a