Skip to main content

Posts

Showing posts with the label amazon web services

Setup AWS Cloudfront

Amazon CloudFront   is used to improve the performance of your website. CloudFront makes your website's files (such as HTML, images, and video) available from data centers around the world (called edge locations ). When a visitor requests a file from your website, the request is automatically redirected to a copy of the file at the nearest edge location, which results in faster download times than if the visitor had requested the content from a data center farther away. This Guide shows you how to setup cloudfront to help you website performance . Cloudfront distribution  - We need to create cloudfront distribution first to make our website available from data centers around the world. Today we will create cloudfront for our website which is hosted in an ec2 instance behind aws elb.  Open the CloudFront console at https://console.aws.amazon.com/cloudfront/    Click on Create Distribution. Select a delivery met...