Thursday, October 5, 2017

What is Amazon Cloud Front

Amazon Cloud Front:
Amazon Cloud Front (also known as CND) can be used to deliver your entire website, including dynamic, static, streaming, and interactive content using a global network of edge locations. a client request is automatically routed to the nearest edge location so the content is delivered with the best possible performance.
Image result for aws cloudfront

Amazon cloud front is optimized to work with following:

  • Amazon S3
  • Amazon EC2
  • Amazon ELB
  • Amazon Route 53
Cloud Front terminology:
  • Origin- Origin of all the file that CDN will distribute. this can be either S3, EC2 or ELB.
  • Distribution: The name gave the CDN which consists of a collection of edge locations. One distribution can have multiple Origins.
Cloud distributions type:
  1. Web distribution- Typically used for websites.
  2. RTMP Used for media streaming.
Pricing:
  1. $0.085 per GB.
  2. $0.0075 per 10,000 http request.
  3. $0.0100 per 10,000 https request
Total:- $0.1025 including 1GB data transfer and 20,000 http/https request.

No comments:

Post a Comment