CloudFront Origin Types Flashcards

1
Q

What are the two main types of origins in Amazon CloudFront?

A

Amazon S3 Bucket: For static content distribution.
Custom HTTP Origin: For dynamic content from HTTP servers such as EC2 or external web servers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How does CloudFront interact with an S3 origin?

A

It caches static content directly from S3, reducing the need to access the bucket once the content is cached at edge locations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is an S3 origin in CloudFront?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a Custom HTTP origin in CloudFront?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly