1 Answer
- Newest
- Most votes
- Most comments
0
You can use signed URLs with CloudFront, regardless of the type of origin*.
One thing to be aware is that the media content generated by AWS media services (and other applications) reference other content (e.g.HLS M3U8 references other M3U8s and media fragments, etc). These URLs won't be signed, so you either need to update these (perhaps by using Lambda@Edge) or use CloudFront signed cookies instead.
(* as long as the origin isn't expecting query-string entries with exactly the same names as those for CloudFront signed URLs)
Relevant content
- asked 4 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 8 months ago