How cloudfront works?
Posted
by
Dharmik Bhandari
on Server Fault
See other posts from Server Fault
or by Dharmik Bhandari
Published on 2012-07-04T11:31:00Z
Indexed on
2012/10/11
9:40 UTC
Read the original article
Hit count: 246
cdn
|amazon-cloudfront
I'm planning to Implement CDN(Content Delivery Network) of Amazon which is known as CloudFront in ASP.NET MVC3 with c#.
I've googled about it but little bit confuse about few things mentions below.
Is it compulsory that we have to uploads all static resources to CDN Network first and then we can use or Is it manageable by Amazon to crawl site static resources which is predefine folder or directory of sites?
Is Amazon automatic update its copies when we anything change in static resources or every time we have to upload updated resources to CDN network.
© Server Fault or respective owner