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 URI.
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
Q84: You are asked to set up application
Q85: You are using Deployment Manager to create
Q86: You want to run a single caching
Q87: A Solutions Architect is building an online
Q88: You need to set up a policy
Q90: A retail company has sensors placed in
Q91: You need to create a custom IAM
Q92: A Solutions Architect is designing a high-performance
Q93: You have a development project with appropriate
Q94: You created an instance of SQL Server