download free 30 days trial version buy bucket explorer
Documentation  Download  Purchase  Support  FAQs   Forum   ScreenShots & Demos
Frequently Asked Questions

Bucket Explorer :: Cloudfront :: Bucket Explorer Definitions

1. What is Amazon CloudFront, how it works quickly?
2. What is distribution?
3. What is CNAME?
4. What do you mean by distribution & distribution listing?
5. What do you mean by Invalidation ?
6. What is cloudfront logging?
7. What is the advantage of Custom origin distribution?

What is distribution?

A distribution is a link between an Amazon S3 bucket (the origin server) and a domain name (which Amazon CloudFront assigns). You use this new domain name in place of standard Amazon S3 references

Amazon CloudFront is a web service to distribute content to end users with low latency, high data transfer speeds. To do that you create a distribution. This distribution identifies the S3 bucket or other origin server which have the original content. Each distribution has a unique domain name which can be used to request the pages.

When a client requests a page first time using that domain name, that pages is served to user from origin server. That page is also cached at the distribution. When the next time the request is made for the same page, that page is directly server by distribution.