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 users, the origin of the webpage, and a content delivery server. Requests for content are automatically routed to the nearest edge location so it is delivered with the best possible performance.
What are the two types of CloudFront distributions?
Web Distribution: Typically used for Websites
RTMP Distribution: Used for Media Streaming
True or False: Edge locations are Read Only.
False; you can write objects to them.
How long are CloudFront objects cached for?
They are cached for the life of the TTL (Time to Live). ex. 48hrs
True or False: Can you clear cached objects on CloudFront?
True; though you will be charged to do so.