is there any function like this in AWS Cloudfront CDN ?

0

Hello. Thanks for kind reading in advance.

I am currently using BunnyCDN but the image render is not working at all(just white paper..) when the traffic increases. I am wondering why it happens ;(

To replace the CDN conveniently, I am looking for CDN provider like this

If I store the jpg files to S3 storage, can I get the unique url address link for each jpg files? I mean , if I store 100 number of jpg files , then there should be 100 unique url per each files. So that I can embed that link to my app admin panel

The important thing is, the url address should be same across the region. Suppose the file name is AAA . The url of this AAA file should be same across the region like Asia, USA, Europe region . And if the user click the url, will be cached from the nearest region automatically.

May I ask, does the Cloudfront CDN has the above function?

Thanks

asked a year ago228 views
1 Answer
0

Hi,

Yes, each S3 key name uniquely identifies the Object and its URL location.

If you attempt to upload an object with the same name, in the same bucket location, it will be overridden, meaning you ll always have unique keys / paths, even in CloudFront.

https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html

profile picture
EXPERT
answered a year 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