Cloud front for delivering some private video streams

Hey all, I was wondering if CloudFront can be used for delivering some private video streams from my website ? and I dont want it to be public.

Yes, Amazon cloudfront provides you features that enable sharing of private content. Once you have your website storage configured as “origin” of a cloudfront distribution, your options are:

  1. Mark the distribution as private and restrict access to your content and allow access only through Cloudfront URLs.

2.Create Signed URLs and distribute it to your users and access is only possible through these signed URls only.

To know more about serving private content through Cloudfront, refer the following link:

docs.aws.amazon.com/AmazonCloudF … ntent.html