Cloud Front Distribution: Amazon CloudFront is a web service that speeds the access to the domains. AWS CloudFront is a content delivery network (CDN) offered by Amazon Web Services. It securely transfers content such as software, SDKs, videos, etc., to clients from your static and dynamic web pages, such as .html, .css, .js, and image files, with high transfer speed-up distribution. CloudFront delivers your content through a worldwide network of data centers called edge locations.
-
1.
open AWS Management Console
-
2.
Click Services
-
3.
Click Networking & Content Delivery
-
4.
Click CloudFront, Following link might take you to welcome page of cloud front if you don't have any distributions previously configured. If that is the case click on "create a cloud front distribution".
-
5.
Click "Create distribution". Skip this step if this is first Distribution you creating. # CDN Distribution Provides a globally-distributed network of proxy servers which cache content, such as web videos or other bulky media, more locally to consumers
-
6.
Click "Choose origin domain" and type your domain registered
-
7.
Choose cache policy as legacy #Cache policy When it’s attached to a cache behavior, the cache policy determines the following. The values that are included by CloudFront in the cache key. These values can include HTTP headers, cookies, and URL query strings. The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache. You can create your own cache policies or use one of the managed cache policies provided by AWS. You can also use CloudFront Origin Shield to help protect your origin.
-
8.
Disable "Firewall security policy" # Security Policy A CloudFront security policy determines two settings: the SSL/TLS protocol that Amazon CloudFront uses to communicate with the viewers The cipher that CloudFront uses to encrypt the content that it returns to viewers
-
9.
Click "Create distribution"
-
10.
Click Origins It showes the origen what we created