Is it possible to create a signed URL for unique usage in AWS CloudFront ?

0

Hi ,

We want to know if it's possible to generate a single-use signed url, with an expiration time.

As far as I know, this is not yet available on cloudfront.

asked 13 days ago51 views
1 Answer
2

You are correct that CloudFront does not directly support generating single-use signed URLs with expiration times out of the box. However, you can achieve this functionality by leveraging other AWS services in combination with CloudFront. One common approach is to use Amazon S3 pre-signed URLs with CloudFront

Here's an overview of how you configure CloudFront and Amazon S3 for signed URLs and how CloudFront responds when a user uses a signed URL to request a file.

[1] https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-signed-urls.html

profile picture
EXPERT
answered 13 days ago
profile pictureAWS
EXPERT
iBehr
reviewed 13 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions