How do I set up Cloudfront Login Identification?

I want to set up secure streaming using this plugin:

http://flowplayer.org/plugins/streaming/cloudfront/index.html

However, I don’t know how to complete the second step (“Create your Origin to access Cloudfront”) because I have no idea what “Identity Identity” is for Cloudfront Access. Is this just a user?

+4
source share
2 answers

Check the following documents

http://docs.amazonwebservices.com/AmazonCloudFront/latest/DeveloperGuide/HowToPrivateContent.html

The docs explain how to set up the original access identifier + signed URLs.

+2
source

Here's a helpful answer that covers the whole process from end to end:

Get started with AWS CloudFront secure streaming using Python

0
source

Source: https://habr.com/ru/post/1396311/


All Articles