Question 153:
You got hired to implement a system for a movie theater company. This system will allow the user to rent movies for a limited period of time. In order to do this, the user will log in to an application and pay to rent the movie. Then a link will be sent to the user through email. The requisite here is only to allow the user to see this file through CloudFront for a limited period of time. What is the easiest way to achieve this?
Answer options:
A.Use AWS Lambda authorizer and CloudFront. B.Use Lambda, Cognito and CloudFront. C.Using CloudFront origin access identify (OAI). D.Using CloudFront with signed URL.