CloudFront is a CDN web service from Amazon that caches data across the globe, through data centers known as edge locations. These edge locations speed up the distribution of static and dynamic web content originating in one location in one region, such as an S3 bucket, to users in other regions.
Setting up CloudFront for an S3 website
Getting ready
You will need an S3 bucket configured as a website in order to follow this recipe. You can follow the recipe Setting up an S3 static website to set up an S3 bucket as a static website.
How to do it...
You can set up CloudFront...