AWS CloudFront Flashcards
What does CloudFront use Edge Locations for?
Edge Locations are where CloudFront caches content.
What is a Distribution in CloudFront?
The Distribution is the name given to the Content Delivery Network (CDN), which consists of a collection of Edge Locations.
What is an Origin in CloudFront?
The the Origin is the origin point of all the files the Content Delivery Network (CDN) will distribute. This can be either an S3 bucket, an EC2 instance, an Elastic Load Balancer, or Route 53.
What is Web Distribution used for in CloudFront?
Web Distribution is typically used for distributing websites.
What is RTMP used for in CloudFront?
RTMP, or Real-Time Messaging Protocol, is typically used for distributing streaming media.
When should you use Signed URLs/Cookies?
When you want to secure content so that only the people you authorize can access it.
How many files does a Signed URL allow access to?
One file per Signed URL.
How many files does a Signed Cookie allow access to?
Multiple files per Signed Cookie.
If your Origin is EC2, what service should you use for Signed URLs/Cookies?
If the Origin is EC2, you should use CloudFront Signed URLs/Cookies.
If your Origin is S3 and you only have one file, what service should you use for Signed URLs?
If the Origin is S3 and only requires one file, you should use S3 Signed URLs.