CloudFront Flashcards
What is CloudFront
A content delivery network (CDN) is a system of distributed servers that deliver webpages and other web content to a user based on the geographic locations of the user, the origin of the webpage, and a content delivery server.
How does CloudFront get content physically close to end users?
It utilizes AWS’s Edge Locations to cache content close to users.
What is the Origin ?
The origin for where all files the CDN will distribute. Could be S3, EC2, ELB, or Route53
What is a the Distribution?
The name given to the CDN which consists of a collection of Edge Locations
How long are things cached?
For the life of the TTL (Total Time to Live)
What is the default TTL?
86,400 seconds, or 24hrs, unless the minimum is configured higher
What are the two types of CloudFront Distributions?
Web Distribution
RTMP
Are Edge Locations Read Only?
No, you can place puts on them. Transfer Acceleration can be used to speed this up.