A CDN mechanism is used to deliver content quickly and efficiently based on geographic location.
Note: Latency means the time it takes to respond to a request. Low latency is good!
Amazon CloudFront
CloudFront is a CDN that delivers data and applications globally with low latency.
Features:
- Makes connections available globally or restricts them based on the location.
- Speeds up delivery of static and dynamic web content.
- Uses edge locations to cache content.
What if your content is not on edge location? Let’s see. How does it work:
- Users send requests from the browser.
- Request first go to CloudFront distributions(collection of edge locations).
- If the response to the request is available at the distribution center the response will be given from the distribution center only. Else,
- The request then moves to the origin(original source) of the service and the response will get placed at distribution centers and further responded to users.
Uses:
- S3 static websites
- Prevent attacks
- IP address blocking
Amazon Global Accelerator
Global Accelerator sends your users through the AWS global network when accessing your content, speeding up delivery.
Features:
- Improves latency and availability of single-Region applications.
- Sends traffic through the AWS global network infrastructure.
- 60% performance boost.
- Automatically re-routes the traffic to healthy available regional endpoints.
Amazon S3 Transfer Acceleration
S3 Transfer Acceleration improves content uploads and downloads to and from S3 buckets.
Features:
- Fast transfer of files over a long distance.
- Uses CloudFront’s globally distributed edge locations.
- Customers around the world can upload to a central bucket.
Important for the exam:
- Don’t forget CloudFront allows for global distribution of content.
- Remember Global Accelerator provides low latency.
- Don’t forget CloudFront has security features like DDoS protection and geo-restriction.
- Remember S3 transfer acceleration provides fast transfer of files over long distances.
Discover more from Information Security Blogs
Subscribe to get the latest posts sent to your email.
