CDN for your Business Website – Part 2

In this Part 2 of the “CDN for your Business Website” Series, I will cover two topics. The first one is to “Create an Amazon Web Services” account and to “Create a Distribution in Amazon CloudFront”. If you have any questions about the Basics of CDN, check the Part 1.

amazon-cloud-part-2

Creating an AWS Account

To implement a CDN using Amazon CloudFront, we require AWS Account, You can easily create an account here – http://aws.amazon.com/

It is mandatory to enter your Card Details to activate AWS Services. Still, you pay for what you use. The pricing is clearly mentioned in the Pricing section of each and every service in AWS. Below are the quick steps:

  1. Create an account here – http://aws.amazon.com/
  2. Complete Phone Verification
  3. Enter Card details and activate your AWS Account

Video Source: AWS

 

Create a Amazon CloudFront Distribution

A Distribution refers to a network of Edge Locations around the world. In this post, we utilize “Custom-Origin” server. i.e., Your GoDaddy or Hostgator server. Technically, you need ot migrate your site files to S3 buckets. It will remain hosted with your present hosting provider.

Quick Steps for creating a Distribution:

  1. Login to AWS Console (Make sure that the account is activated after entering your card details)
  2. Open “Amazon CloudFront”
  3. Click on “Create Distribution”
  4. Enter your Origin as your domain without “http”
  5. The remaining on-screen options can be set to default unless you need a customized Distribution.
  6. Click on “Save”

Your New Amazon CloudFront Distribution is ready! It will take couple of minutes to deploy. Once done, you can directly implement on your site. The implementation steps will be described in Part 3.

Share to spread the knowledge!