After reading through lots of AWS documentation I finally have CloudFront working with both signed cookies and signed urls to access private content in an S3 bucket. What I like most about the implementation is that I was able to put an API gateway behind CloudFront to provide the signed cookies, this took a while for me to get it working. What it means is that I don’t need a server (that I would have to administer) to implement the video on demand application. I need to do some further testing of the VoD application but I am very close to having it all working.
No responses yet