| Did this page help you? Yes No Tell us about it... |
The following diagram and table explain the basic flow for using Amazon CloudFront with an Amazon S3 origin. It assumes you're already signed up for CloudFront and Amazon S3.

Process for Using CloudFront
|
1 |
You create the Amazon S3 bucket that will be your origin server. |
|
2 |
You place your objects in the bucket and make them publicly readable (if you want to serve content that isn't publicly readable, see Using a Signed URL to Serve Private Content). |
|
3 |
You create your CloudFront distribution and get the domain name that CloudFront assigns. Example distribution ID: Example domain name: The distribution ID will not necessarily match the domain name. |
|
4 |
You create the URLs that your end users will use to get your objects and include them as needed in your web application or website. Example URL:
|
If you want to use your own domain name instead of the CloudFront domain name in the URLs, you can create a CNAME alias for the CloudFront name. For more information, see Using CNAMEs.