AWS Global Accelerator vs Amazon CloudFront Flashcards
Amazon CloudFront is a CDN like CloudFlare and Akamai.
Cloudfront is used to deliver static assets (such as videos, images and files) securely to various devices around the globe with low latnecy
AWS Global Accelerator is a service that uses edge locations to look for the optimal pathway from your users to your applications
CloudFront uses multiple sets of dynamically changing IP addresses while Global Accelerator will provide you a set of static IP addresses as a fixed entry point to your applications.
CloudFront pricing is mainly based on data transfer out and HTTP requests while Global Accelerator charges a fixed hourly fee and incremental charge over your standard Data Transfer rates, also called a Data Transfer Premium fee (DT-Premium)
CloudFront uses Edge Locations to cache content while Global Accelerator uses Edge Locations to find an optimal pathway to the nearest regional endpoint
CloudFront is designed to handle HTTP protocol meanwhile Global Accelerator is best used for both HTTP and non HTTP protocols such as TCP and UDP