CloudFront Origin Types Flashcards
What are the two main types of origins in Amazon CloudFront?
Amazon S3 Bucket: For static content distribution.
Custom HTTP Origin: For dynamic content from HTTP servers such as EC2 or external web servers.
How does CloudFront interact with an S3 origin?
It caches static content directly from S3, reducing the need to access the bucket once the content is cached at edge locations.
What is an S3 origin in CloudFront?
S3 origins in CloudFront are used for distributing static files (like images, videos, and documents) stored in an Amazon S3 bucket, allowing efficient global content delivery with caching.
What is a Custom HTTP origin in CloudFront?
Custom HTTP origins can be any web server (like EC2 instances or your own servers) that CloudFront accesses over HTTP or HTTPS to fetch dynamic or static content not stored on AWS.