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
CloudFront supports the use case you just described. You will get a unique globally available URL for your distribution that you can alias from within the CDN with your own domain name. Below is a lab that will walk you through an example configuration.
https://www.wellarchitectedlabs.com/security/100_labs/100_cloudfront_with_s3_bucket_origin/