Cloud

Write an awesome doc for cloud and how to deploy our apps using technologies like AWS, GitHub actions, CI/CD and Docker. Also a very comprehensive documentation around AWS.

View on GitHub

CloudFront

How it works

How CloudFront works

S3 as an origin

S3 as the origin of content, cached in different edge locations

S3 replication VS CloudFront caching

CloudFront S3 cross region replication
Utilizes global edge network of AWS. Needs to be configured for each region.
Caches have TTL3. Files are replicated (not cached).
Good for static content. Good for dynamic content.

Footnotes

  1. An origin is the location where content is stored, and from which CloudFront gets content to serve to viewers. 

  2. It is called ingres. 

  3. Time To Live.