ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 306 - SCS-C02 discussion

Report
Export

A company uses HTTP Live Streaming (HL'S) to stream live video content to paying subscribers by using Amazon CloudFront. HLS splits the video content into chunks so that the user can request the right chunk based on different conditions. Because the video events last for several hours, the total video is made up of thousands of chunks.

The origin URL is not disclosed, and every user is forced to access the CloudFront URL. The company has a web application that authenticates the paying users against an internal repository and a CloudFront key pair that is already issued.

What is the simplest and MOST effective way to protect the content?

A.
Develop the application to use the CloudFront key pair to create signed URLs that users will use to access the content.
Answers
A.
Develop the application to use the CloudFront key pair to create signed URLs that users will use to access the content.
B.
Develop the application to use the CloudFront key pair to set the signed cookies that users will use to access the content.
Answers
B.
Develop the application to use the CloudFront key pair to set the signed cookies that users will use to access the content.
C.
Develop the application to issue a security token that Lambda@Edge will receive to authenticate and authorize access to the content
Answers
C.
Develop the application to issue a security token that Lambda@Edge will receive to authenticate and authorize access to the content
D.
Keep the CloudFront URL encrypted inside the application, and use AWS KMS to resolve the URL on-the-fly after the user is authenticated.
Answers
D.
Keep the CloudFront URL encrypted inside the application, and use AWS KMS to resolve the URL on-the-fly after the user is authenticated.
Suggested answer: B

Explanation:

Utilizing CloudFront signed cookies is the simplest and most effective way to protect HLS video content for paying subscribers. Signed cookies provide access control for multiple files, such as video chunks in HLS streaming, without the need to generate a signed URL for each video chunk. This method simplifies the process for long video events with thousands of chunks, enhancing user experience while ensuring content protection.

asked 16/09/2024
Andrew Naftel
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first