Section 15: CloudFront & AWS Global Accelerator Flashcards

1
Q

What is AWS CloudFront?
P164

A
  • It is Content Delivery Network(CDN)
  • Improves read performance because the content is cached at the edge.
  • It gives you DDDos protection.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What can CloudFront Origins be?
P164

A
  • S3 buckets
  • Custom Origin(Http)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

CloudFront vs S3 Cross Region Replication
P164

A

CloudFront:
- Global Edge network
- Files are cached for TTL
- Great for static content that must be available everywhere

S3 Cross Region Replication:
- Must setup for every region
- Files are updated in real time
- Read only
- Great for dynamic content

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

AWS Global Accelerator vs CloudFront

A
  • They both use the AWS global network and edge locations around the world.
  • Both services integrate with AWS Shield for DDos protection
  • CloudFront
    -> Improves performance for both cacheable content
    -> Dynamic content
    -> Content is served at the edge
  • Gloval Accelerator
    -> Improves performance for a wide range of applications
    -> Proxing packets at the edge
    -> Good fit for non-Http use cases such as gaming(UDP), IoT(MQTT)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly