CloudFront Flashcards
What are the basic components of CloudFront?
Origin, Edge Location, Distribution
What is a CloudFront Origin?
An origin is the source of files/data that the CDN will distribute. Sample origins include S3, EC2, ELB, or Route53.
What is a CloudFront Distribution?
Distribution is the name given to the CDN which consists of the edge locations. It can deliver dynamic, static, streaming and interactive content. They come in two main types: Web Distributions for website and RTMP distributions for media stringing and adobe
What is a CloudFront Edge Location?
And Edge Location is a node on Amazon’s Content Delivery Network. You cache content to an edge location for a TTL.
How can you secure data accessed via CloudFormation so that only authorized users can access the data?
Via Signed Cookies or Signed URLs
When would you use a Signed URL over a Signed Cookie?
Use a signed URL per file in S3. 1 URL = 1 File
When would you use a signed cookie instead of a signed URL?
A signed cookie can be used to access multiple files
What are the components of a signed cookie/url policy that you can specify to restrict user access?
IP Address Ranges
URL Expiration
Trusted Signers (who can generate a signed URL)
Path