top of page

CloudFront

  • Writer: Rohan Roy
    Rohan Roy
  • May 10, 2021
  • 1 min read
  • CloudFront is a CDN

  • It's a global service, not specific to any region.

  • Edge Location: location where content will be cached and is separate from an AWS region/Availability Zone(AZ).

  • Origin: Origin of all files that the CDN will distribute. This can be an S3 bucket, an EC2 instance, an Elastic Load Balancer, or Route53.

  • Distribution: This is the name given to the CDN which consists of a collection of Edge Locations.

  • CloudFront distribution types:

    • Web Distribution: Typically used for Websites.

    • RTMP: Used for adobe flash media streaming.

  • Objects are cached for the life of the TTL.

  • Cache can be cleared, but it'll be charged.

Recent Posts

See All
Macie

AWS Macie is a security service which uses Machine Learning and NLP to discover, classify and protect sensitive data stored in S3. Uses...

 
 
 
Athena

Athena is an interactive query service which is used to analyze and query data located in S3 using standard SQL. Athena is serverless,...

 
 
 
Storage Gateway

Storage Gateway connects an on-premise software appliance with cloud-based storage to provide seamless and secure integration between an...

 
 
 

Comments

Rated 0 out of 5 stars.
No ratings yet

Add a rating

©2025 Rohan Roy

bottom of page